mirror of
https://github.com/mue/mue.git
synced 2026-07-25 17:51:14 +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 {
|
select {
|
||||||
background: none;
|
background: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
|
||||||
height: 34px;
|
height: 34px;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
border-image-slice: 1;
|
border: none;
|
||||||
border-image-source: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
|
border-radius: 5%;
|
||||||
border-left: 10px solid;
|
padding-left: 10px;
|
||||||
color: map-get($modal, "text");
|
color: map-get($modal, "text");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user