Add styles Rules
This commit is contained in:
parent
ae5d7b8944
commit
f24034e729
|
@ -245,3 +245,16 @@ div#rules.show {
|
|||
padding: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#rules select {
|
||||
border-radius: 0px;
|
||||
background-color: #424242;
|
||||
border: 0px;
|
||||
color: #fff;
|
||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#rules select:focus {
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue