mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Merge branch 'master' of github.com:shimmerproject/Numix
This commit is contained in:
@@ -1903,8 +1903,12 @@ GtkComboBox .separator {
|
||||
}
|
||||
|
||||
.menu.spinner,
|
||||
.menu .spinner,
|
||||
.menu .spinner:hover,
|
||||
.primary-toolbar .spinner {
|
||||
color: @theme_selected_bg_color;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/*************
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* XPM */
|
||||
static char * menu_active_xpm[] = {
|
||||
"24 24 2 1",
|
||||
"24 16 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"........................",
|
||||
@@ -18,12 +18,4 @@ static char * menu_active_xpm[] = {
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* XPM */
|
||||
static char * menu_inactive_xpm[] = {
|
||||
"24 24 2 1",
|
||||
"24 16 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"........................",
|
||||
@@ -18,12 +18,4 @@ static char * menu_inactive_xpm[] = {
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
||||
Reference in New Issue
Block a user