mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
fix dropdown menus
This commit is contained in:
parent
d3ddde37cb
commit
1cc5a79c8c
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@
|
|||
padding-right: 15px;
|
||||
}
|
||||
|
||||
option {
|
||||
background: black;
|
||||
}
|
||||
option:hover{
|
||||
background:#333;
|
||||
}
|
||||
|
||||
/* Override the default bootstrap behavior where horizontal description lists
|
||||
will truncate terms that are too long to fit in the left column
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue