mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +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;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
option:hover{
|
||||||
|
background:#333;
|
||||||
|
}
|
||||||
|
|
||||||
/* Override the default bootstrap behavior where horizontal description lists
|
/* Override the default bootstrap behavior where horizontal description lists
|
||||||
will truncate terms that are too long to fit in the left column
|
will truncate terms that are too long to fit in the left column
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue