Add styling to dropdowns

This commit is contained in:
Robert Miles 2018-11-24 08:14:01 -05:00
parent c21c74440c
commit e3abebcb44
3 changed files with 8 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,11 @@
* Forked by mio for tilde.team
*/
select {
background-color: darken(@btn-default-bg,5%);
border-color: @btn-default-border;
padding: 5px;
}
// Buttons
// Change default mixin to lighten on hover
@ -196,4 +201,4 @@ tr.active {
*::-moz-selection {
background: @hacker-primary-lighter;
color: @hacker-bg
}
}