Adwaita: shrink back big standalone osd buttons

This commit is contained in:
Lapo Calamandrei 2016-03-16 18:06:56 +01:00
parent 3e6eca537b
commit 1ae5643f59
3 changed files with 10 additions and 8 deletions

View File

@ -528,10 +528,10 @@ button {
// big standalone buttons like in Documents pager
&.osd {
&.image-button {
min-height: 48px;
min-width: 48px;
}
min-width: 24px;
min-height: 32px;
&.image-button { min-width: 32px; }
color: $osd_fg_color;
border-radius: 5px;

View File

@ -552,6 +552,8 @@ row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(di
row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop {
color: #949796; }
button.osd {
min-width: 24px;
min-height: 32px;
color: #eeeeec;
border-radius: 5px;
outline-color: rgba(238, 238, 236, 0.3);
@ -566,8 +568,7 @@ button.osd {
border: none;
box-shadow: none; }
button.osd.image-button {
min-height: 48px;
min-width: 48px; }
min-width: 32px; }
button.osd:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);

View File

@ -554,6 +554,8 @@ row:selected button {
row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop {
color: white; }
button.osd {
min-width: 24px;
min-height: 32px;
color: #eeeeec;
border-radius: 5px;
outline-color: rgba(238, 238, 236, 0.3);
@ -568,8 +570,7 @@ button.osd {
border: none;
box-shadow: none; }
button.osd.image-button {
min-height: 48px;
min-width: 48px; }
min-width: 32px; }
button.osd:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);