Adwaita: minor fixes

This commit is contained in:
Lapo Calamandrei 2014-07-08 21:33:48 +02:00
parent 51316a9689
commit 75b71869ae
3 changed files with 13 additions and 2 deletions

View File

@ -917,6 +917,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
background-color: $base_color;
//border: 1px solid $borders_color;
.menuitem {
text-shadow: none;
padding: 4px;
&:hover {
color: $selected_fg_color;
@ -932,7 +933,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
}
//submenu indicators
&.arrow { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); }
&.arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); }
&.arrow:dir(rtl) {-gtk-icon-source:-gtk-icontheme('pan-end-symbolic-rtl'); }
}
}
@ -2190,7 +2191,7 @@ GtkColorChooserWidget #add-color-button {
* Misc *
********/
.scale-popup .button {
.scale-popup .button { // +/- buttons on GtkVolumeButton popup
padding: 6px;
&:hover {
@extend %undecorated_button;
@ -2202,6 +2203,8 @@ GtkColorChooserWidget #add-color-button {
&:backdrop:insensitive { @extend %undecorated_button; }
}
GtkVolumeButton.button { padding: 8px; }
/**********************
* Window Decorations *
*********************/

View File

@ -1075,6 +1075,7 @@ GtkTreeView.view.progressbar {
padding: 0px;
background-color: #292929; }
.menu .menuitem {
text-shadow: none;
padding: 4px; }
.menu .menuitem:hover {
color: white;
@ -2800,6 +2801,9 @@ GtkColorChooserWidget #add-color-button {
background-color: rgba(238, 238, 236, 0.1);
border-radius: 4px; }
GtkVolumeButton.button {
padding: 8px; }
/**********************
* Window Decorations *
*********************/

View File

@ -1068,6 +1068,7 @@ GtkTreeView.view.progressbar {
padding: 0px;
background-color: white; }
.menu .menuitem {
text-shadow: none;
padding: 4px; }
.menu .menuitem:hover {
color: white;
@ -2792,6 +2793,9 @@ GtkColorChooserWidget #add-color-button {
background-color: rgba(46, 52, 54, 0.1);
border-radius: 4px; }
GtkVolumeButton.button {
padding: 8px; }
/**********************
* Window Decorations *
*********************/