Adwaita: selection-mode selection-menu flat by default

This commit is contained in:
Jakub Steiner 2014-07-03 12:37:48 +02:00
parent 9044bf5328
commit 8665f197d6
3 changed files with 15 additions and 0 deletions

View File

@ -735,6 +735,11 @@ GtkComboBox {
&:backdrop:insensitive { @include button($t:backdrop-insensitive, $noedge:true); }
}
}
.selection-menu {
border-width: 0;
background-image: none;
box-shadow: none;
}
}
.tiled &, .maximized & {
border-radius: 0; // squared corners when the window is max'd or tiled

View File

@ -978,6 +978,11 @@ GtkComboBox {
border-color: #1e2222;
background-image: linear-gradient(to bottom, #393f3f);
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.titlebar.selection-mode .selection-menu,
.header-bar.selection-mode .selection-menu {
border-width: 0;
background-image: none;
box-shadow: none; }
.tiled .titlebar, .maximized .titlebar, .tiled
.header-bar, .maximized
.header-bar {

View File

@ -970,6 +970,11 @@ GtkComboBox {
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.titlebar.selection-mode .selection-menu,
.header-bar.selection-mode .selection-menu {
border-width: 0;
background-image: none;
box-shadow: none; }
.tiled .titlebar, .maximized .titlebar, .tiled
.header-bar, .maximized
.header-bar {