Initial GTK 3.8 support

pull/29/head
Satyajit Sahoo 2013-04-18 01:37:08 +05:30
parent 4bc0027f56
commit 73104e1e59
1 changed files with 10 additions and 5 deletions

View File

@ -869,7 +869,7 @@ GtkComboBox .menu {
.menubar {
-GtkWidget-window-dragging: true;
border-width: 0;
border-style: none;
background-color: @menubar_bg_color;
background-image: none;
color: @menubar_fg_color;
@ -880,8 +880,11 @@ GtkComboBox .menu {
***************/
.menubar.menuitem,
.menubar .menuitem {
padding: 3px;
border-width: 1px 1px 0 1px;
padding: 3px 5px;
border-style: none;
background-color: @menubar_bg_color;
background-image: none;
color: @menubar_fg_color;
}
.menubar.menuitem:hover,
@ -910,9 +913,11 @@ GtkTreeMenu .menuitem * {
.menuitem,
.menu .menuitem {
padding: 3px;
border-width: 1px;
border-style: solid;
border-style: none;
border-radius: 0;
background-color: @menu_bg_color;
background-image: none;
color: @menu_fg_color;
}
.menu .menuitem:active,