Make font select look like default selector of JF
This commit is contained in:
@@ -848,7 +848,7 @@
|
|||||||
|
|
||||||
.font-select {
|
.font-select {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
width: 240px;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-color: red;
|
border-color: red;
|
||||||
@@ -881,13 +881,12 @@
|
|||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
padding: 3px 8px 3px 8px;
|
padding: 3px 8px 3px 8px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #292929
|
background: #292929 url(https://cosycorner.co.nz/wp-content/uploads/revslider/slider-1/white-down-arrow-png-2.png) no-repeat right 0.75em center/8px 9px;
|
||||||
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
|
|
||||||
no-repeat right 0.75rem center/8px 10px;
|
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
background-size: 1.15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-select-active > span {
|
.font-select-active > span {
|
||||||
|
|||||||
Reference in New Issue
Block a user