mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
Adwata: fix switch slider border clash
This commit is contained in:
parent
e20826fe03
commit
08f928a4ea
@ -2040,6 +2040,7 @@ switch {
|
||||
background-color: $insensitive_bg_color;
|
||||
}
|
||||
slider {
|
||||
margin: -1px;
|
||||
min-width: 45px;
|
||||
min-height: 27px;
|
||||
border: 1px solid;
|
||||
|
@ -2590,6 +2590,7 @@ switch {
|
||||
background-image: none;
|
||||
background-color: #333636; }
|
||||
switch slider {
|
||||
margin: -1px;
|
||||
min-width: 45px;
|
||||
min-height: 27px;
|
||||
border: 1px solid;
|
||||
|
@ -2597,6 +2597,7 @@ switch {
|
||||
background-image: none;
|
||||
background-color: #f1f1f1; }
|
||||
switch slider {
|
||||
margin: -1px;
|
||||
min-width: 45px;
|
||||
min-height: 27px;
|
||||
border: 1px solid;
|
||||
|
Loading…
Reference in New Issue
Block a user