Adwaita: fix scale popup button size

This commit is contained in:
Lapo Calamandrei 2016-02-14 14:21:01 +01:00
parent ea423318f1
commit 72db203672
3 changed files with 11 additions and 20 deletions

View File

@ -3571,14 +3571,11 @@ colorswatch {
.osd & { @extend %osd; }
.osd & button.flat { //FIXME: quick hack, redo properly
padding: 6px;
border-style: none;
border-radius: 5px;
}
button { // +/- buttons on GtkVolumeButton popup
padding: 6px;
&:hover {
@extend %undecorated_button;
background-color: transparentize($fg_color,0.9);

View File

@ -4288,11 +4288,8 @@ colorswatch#editor-color-sample {
.osd .scale-popup button.flat, .osd .scale-popup notebook > header > tabs > arrow, .osd .scale-popup button.sidebar-button, .osd .scale-popup headerbar button.titlebutton, headerbar .osd .scale-popup button.titlebutton,
.osd .scale-popup .titlebar button.titlebutton,
.titlebar .osd .scale-popup button.titlebutton {
padding: 6px;
border-style: none;
border-radius: 5px; }
.scale-popup button {
padding: 6px; }
.scale-popup button:hover {
background-color: rgba(238, 238, 236, 0.1);
border-radius: 5px; }

View File

@ -4429,11 +4429,8 @@ colorswatch#editor-color-sample {
.osd .scale-popup button.flat, .osd .scale-popup notebook > header > tabs > arrow, .osd .scale-popup button.sidebar-button, .osd .scale-popup headerbar button.titlebutton, headerbar .osd .scale-popup button.titlebutton,
.osd .scale-popup .titlebar button.titlebutton,
.titlebar .osd .scale-popup button.titlebutton {
padding: 6px;
border-style: none;
border-radius: 5px; }
.scale-popup button {
padding: 6px; }
.scale-popup button:hover {
background-color: rgba(46, 52, 54, 0.1);
border-radius: 5px; }