Add styles Rules

This commit is contained in:
Daniel Barbero 2019-11-25 09:09:59 +01:00
parent ae5d7b8944
commit f24034e729
1 changed files with 13 additions and 0 deletions

View File

@ -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;
}