Initial GTK 3.8 support
parent
4bc0027f56
commit
73104e1e59
|
@ -869,7 +869,7 @@ GtkComboBox .menu {
|
||||||
.menubar {
|
.menubar {
|
||||||
-GtkWidget-window-dragging: true;
|
-GtkWidget-window-dragging: true;
|
||||||
|
|
||||||
border-width: 0;
|
border-style: none;
|
||||||
background-color: @menubar_bg_color;
|
background-color: @menubar_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @menubar_fg_color;
|
color: @menubar_fg_color;
|
||||||
|
@ -880,8 +880,11 @@ GtkComboBox .menu {
|
||||||
***************/
|
***************/
|
||||||
.menubar.menuitem,
|
.menubar.menuitem,
|
||||||
.menubar .menuitem {
|
.menubar .menuitem {
|
||||||
padding: 3px;
|
padding: 3px 5px;
|
||||||
border-width: 1px 1px 0 1px;
|
border-style: none;
|
||||||
|
background-color: @menubar_bg_color;
|
||||||
|
background-image: none;
|
||||||
|
color: @menubar_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menubar.menuitem:hover,
|
.menubar.menuitem:hover,
|
||||||
|
@ -910,9 +913,11 @@ GtkTreeMenu .menuitem * {
|
||||||
.menuitem,
|
.menuitem,
|
||||||
.menu .menuitem {
|
.menu .menuitem {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-width: 1px;
|
border-style: none;
|
||||||
border-style: solid;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
background-color: @menu_bg_color;
|
||||||
|
background-image: none;
|
||||||
|
color: @menu_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu .menuitem:active,
|
.menu .menuitem:active,
|
||||||
|
|
Loading…
Reference in New Issue