mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Various fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* dynamic notebooks *
|
||||
*********************/
|
||||
.dynamic-notebook {
|
||||
background-color: shade(@theme_bg_color, 1.02);
|
||||
background-color: shade(@theme_bg_color, 1.08);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color: shade(@theme_bg_color, 1.02);
|
||||
background-color: shade(@theme_bg_color, 1.08);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
@@ -59,17 +59,15 @@
|
||||
.content-view-window {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
border-radius: 5px;
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from (@theme_base_color),
|
||||
to (shade(@theme_base_color, 0.97)));
|
||||
background-color:shade(@theme_bg_color, 1.08);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.content-view .entry {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from (shade(@theme_base_color, 0.97)),
|
||||
to (@theme_base_color));
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .title,
|
||||
@@ -110,9 +108,9 @@
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from (shade(@theme_bg_color, 0.96)),
|
||||
to (shade(@theme_bg_color, 0.94)));
|
||||
background-image: none;
|
||||
background-color: @theme_bg_color;
|
||||
|
||||
-GtkWidget-window-dragging: true;
|
||||
}
|
||||
|
||||
@@ -152,10 +150,8 @@
|
||||
*************/
|
||||
GraniteWidgetsStatusBar {
|
||||
padding: 1px;
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from (shade(shade(@theme_bg_color, 1.02), 1.1)),
|
||||
to (shade(shade(@theme_bg_color, 1.02), 0.9)));
|
||||
|
||||
background-image: none;
|
||||
background-color: @theme_bg_color;
|
||||
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
@@ -177,9 +173,8 @@ GraniteWidgetsPopOver {
|
||||
|
||||
.popover_bg {
|
||||
background-color: transparent;
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from (shade(@menu_bg_color, 1.02)),
|
||||
to (shade(@menu_bg_color, 1.0)));
|
||||
background-image: none;
|
||||
background-color: @menu_bg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view,
|
||||
@@ -202,10 +197,8 @@ GraniteWidgetsPopOver .button:hover:active {
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from (shade(@theme_base_color, 0.97)),
|
||||
to (@theme_base_color));
|
||||
|
||||
background-image: none;
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
@@ -216,10 +209,9 @@ GraniteWidgetsPopOver .entry {
|
||||
|
||||
.app:hover,
|
||||
.app:focus {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from (shade(@theme_selected_bg_color, 1.1)),
|
||||
to (shade(@theme_selected_bg_color, 0.9)));
|
||||
|
||||
border-color: shade(@theme_selected_bg_color, 0.90);
|
||||
background-image: none;
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
@@ -269,4 +261,4 @@ GraniteWidgetsPopOver .entry {
|
||||
}
|
||||
|
||||
.notify .critical {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user