mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Added hyperlink styling. Fixes #131
This commit is contained in:
+16
-5
@@ -15,8 +15,6 @@
|
||||
-GtkCheckButton-indicator-size: 16;
|
||||
-GtkCheckMenuItem-indicator-size: 14;
|
||||
-GtkExpander-expander-size: 8;
|
||||
-GtkHTML-link-color: @link_color;
|
||||
-GtkIMHtml-hyperlink-color: @link_color;
|
||||
-GtkMenu-horizontal-padding: 0;
|
||||
-GtkMenu-vertical-padding: 0;
|
||||
-GtkPaned-handle-size: 4;
|
||||
@@ -36,13 +34,11 @@
|
||||
-GtkToolButton-icon-spacing: 6;
|
||||
-GtkToolItemGroup-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-width: 0;
|
||||
-WnckTasklist-fade-overlay-rect: 0;
|
||||
|
||||
/* Legacy only */
|
||||
/* legacy only */
|
||||
-GtkWidget-focus-line-width: 1;
|
||||
-GtkWidget-focus-padding: 0;
|
||||
|
||||
@@ -126,6 +122,21 @@ GtkGrid:insensitive {
|
||||
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 *
|
||||
******************/
|
||||
|
||||
Reference in New Issue
Block a user