mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
shrink standalone osd buttons
This commit is contained in:
parent
8b4ed4c295
commit
3c187259e3
@ -295,8 +295,9 @@ button {
|
||||
background-color: rgba(53, 57, 69, 0.95);
|
||||
border-color: rgba(35, 38, 46, 0.95); }
|
||||
button.osd.image-button {
|
||||
min-height: 48px;
|
||||
min-width: 48px; }
|
||||
padding: 0;
|
||||
min-height: 36px;
|
||||
min-width: 36px; }
|
||||
button.osd:hover {
|
||||
color: #5294E2; }
|
||||
button.osd:active, button.osd:checked {
|
||||
|
@ -294,8 +294,9 @@ button {
|
||||
background-color: rgba(53, 57, 69, 0.95);
|
||||
border-color: rgba(35, 38, 46, 0.95); }
|
||||
button.osd.image-button {
|
||||
min-height: 48px;
|
||||
min-width: 48px; }
|
||||
padding: 0;
|
||||
min-height: 36px;
|
||||
min-width: 36px; }
|
||||
button.osd:hover {
|
||||
color: #5294E2; }
|
||||
button.osd:active, button.osd:checked {
|
||||
|
@ -295,8 +295,9 @@ button {
|
||||
background-color: #353945;
|
||||
border-color: #23262e; }
|
||||
button.osd.image-button {
|
||||
min-height: 48px;
|
||||
min-width: 48px; }
|
||||
padding: 0;
|
||||
min-height: 36px;
|
||||
min-width: 36px; }
|
||||
button.osd:hover {
|
||||
color: #5294E2; }
|
||||
button.osd:active, button.osd:checked {
|
||||
|
@ -294,8 +294,9 @@ button {
|
||||
background-color: #353945;
|
||||
border-color: #23262e; }
|
||||
button.osd.image-button {
|
||||
min-height: 48px;
|
||||
min-width: 48px; }
|
||||
padding: 0;
|
||||
min-height: 36px;
|
||||
min-width: 36px; }
|
||||
button.osd:hover {
|
||||
color: #5294E2; }
|
||||
button.osd:active, button.osd:checked {
|
||||
|
@ -294,8 +294,9 @@ button {
|
||||
background-color: #353945;
|
||||
border-color: #23262e; }
|
||||
button.osd.image-button {
|
||||
min-height: 48px;
|
||||
min-width: 48px; }
|
||||
padding: 0;
|
||||
min-height: 36px;
|
||||
min-width: 36px; }
|
||||
button.osd:hover {
|
||||
color: #5294E2; }
|
||||
button.osd:active, button.osd:checked {
|
||||
|
@ -294,8 +294,9 @@ button {
|
||||
background-color: rgba(53, 57, 69, 0.95);
|
||||
border-color: rgba(35, 38, 46, 0.95); }
|
||||
button.osd.image-button {
|
||||
min-height: 48px;
|
||||
min-width: 48px; }
|
||||
padding: 0;
|
||||
min-height: 36px;
|
||||
min-width: 36px; }
|
||||
button.osd:hover {
|
||||
color: #5294E2; }
|
||||
button.osd:active, button.osd:checked {
|
||||
|
@ -362,8 +362,9 @@ button {
|
||||
border-color: darken($osd_bg_color, 8%);
|
||||
|
||||
&.image-button {
|
||||
min-height: 48px;
|
||||
min-width: 48px;
|
||||
padding: 0;
|
||||
min-height: 36px;
|
||||
min-width: 36px;
|
||||
}
|
||||
|
||||
&:hover { color: $selected_bg_color; }
|
||||
|
Loading…
Reference in New Issue
Block a user