mirror of
https://github.com/mue/mue.git
synced 2026-07-04 13:42:11 +02:00
Add a bit css improvement on dropdowns
This commit is contained in:
@@ -226,12 +226,12 @@ button.remove + input[type=color].colour {
|
||||
}
|
||||
|
||||
select {
|
||||
background: none;
|
||||
background: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
|
||||
height: 34px;
|
||||
width: 120px;
|
||||
border-image-slice: 1;
|
||||
border-image-source: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
|
||||
border-left: 10px solid;
|
||||
border: none;
|
||||
border-radius: 5%;
|
||||
padding-left: 10px;
|
||||
color: map-get($modal, "text");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user