Merge branch 'master' of github.com:shimmerproject/Numix

This commit is contained in:
Satyajit Sahoo
2014-04-23 20:38:37 +05:30
3 changed files with 6 additions and 18 deletions
+4
View File
@@ -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 -9
View File
@@ -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 -9
View File
@@ -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[] = {
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};