mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
More fixes
This commit is contained in:
@@ -539,8 +539,8 @@ GtkIconView.view.cell:selected:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
border-radius: 2px;
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from (@theme_selected_bg_color),
|
||||
to (@theme_selected_bg_color));
|
||||
from (@theme_selected_bg_color),
|
||||
to (@theme_selected_bg_color));
|
||||
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
@@ -757,7 +757,7 @@ GtkInfoBar {
|
||||
|
||||
.view.dim-label,
|
||||
.dim-label {
|
||||
color: alpha(currentColor, 0.55);
|
||||
color: alpha(currentColor, 0.5);
|
||||
}
|
||||
|
||||
.dnd {
|
||||
|
||||
Reference in New Issue
Block a user