forked from AuroraMiddleware/gtk
Adwaita: shrink back big standalone osd buttons
This commit is contained in:
parent
3e6eca537b
commit
1ae5643f59
@ -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;
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user