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

pull/127/head
Satyajit Sahoo 2014-04-23 20:38:37 +05:30
commit dfa096af5a
3 changed files with 6 additions and 18 deletions

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;
}
/*************

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[] = {
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};

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[] = {
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};