Added hyperlink styling. Fixes #131
parent
a5044bd728
commit
2859ced74d
|
@ -15,8 +15,6 @@
|
||||||
-GtkCheckButton-indicator-size: 16;
|
-GtkCheckButton-indicator-size: 16;
|
||||||
-GtkCheckMenuItem-indicator-size: 14;
|
-GtkCheckMenuItem-indicator-size: 14;
|
||||||
-GtkExpander-expander-size: 8;
|
-GtkExpander-expander-size: 8;
|
||||||
-GtkHTML-link-color: @link_color;
|
|
||||||
-GtkIMHtml-hyperlink-color: @link_color;
|
|
||||||
-GtkMenu-horizontal-padding: 0;
|
-GtkMenu-horizontal-padding: 0;
|
||||||
-GtkMenu-vertical-padding: 0;
|
-GtkMenu-vertical-padding: 0;
|
||||||
-GtkPaned-handle-size: 4;
|
-GtkPaned-handle-size: 4;
|
||||||
|
@ -36,13 +34,11 @@
|
||||||
-GtkToolButton-icon-spacing: 6;
|
-GtkToolButton-icon-spacing: 6;
|
||||||
-GtkToolItemGroup-expander-size: 8;
|
-GtkToolItemGroup-expander-size: 8;
|
||||||
-GtkTreeView-expander-size: 8;
|
-GtkTreeView-expander-size: 8;
|
||||||
-GtkWidget-link-color: @link_color;
|
|
||||||
-GtkWidget-visited-link-color: @link_color;
|
|
||||||
-GtkWindow-resize-grip-height: 0;
|
-GtkWindow-resize-grip-height: 0;
|
||||||
-GtkWindow-resize-grip-width: 0;
|
-GtkWindow-resize-grip-width: 0;
|
||||||
-WnckTasklist-fade-overlay-rect: 0;
|
-WnckTasklist-fade-overlay-rect: 0;
|
||||||
|
|
||||||
/* Legacy only */
|
/* legacy only */
|
||||||
-GtkWidget-focus-line-width: 1;
|
-GtkWidget-focus-line-width: 1;
|
||||||
-GtkWidget-focus-padding: 0;
|
-GtkWidget-focus-padding: 0;
|
||||||
|
|
||||||
|
@ -126,6 +122,21 @@ GtkGrid:insensitive {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**************
|
||||||
|
* hyperlinks *
|
||||||
|
**************/
|
||||||
|
* {
|
||||||
|
-GtkHTML-link-color: @link_color;
|
||||||
|
-GtkIMHtml-hyperlink-color: @link_color;
|
||||||
|
-GtkWidget-link-color: @link_color;
|
||||||
|
-GtkWidget-visited-link-color: @link_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
*:link,
|
||||||
|
*:visited {
|
||||||
|
color: @link_color;
|
||||||
|
}
|
||||||
|
|
||||||
/******************
|
/******************
|
||||||
* visual effects *
|
* visual effects *
|
||||||
******************/
|
******************/
|
||||||
|
|
Loading…
Reference in New Issue