mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 12:14:37 +08:00
Fixed blue block in dropdown, now its a full line
This commit is contained in:
parent
92eab25a07
commit
ed5a5e7390
1 changed files with 12 additions and 1 deletions
|
@ -148,7 +148,18 @@ body {
|
|||
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* Makes blue selected element line fill parent (as it should, fixes sci-2672) */
|
||||
.bootstrap-select {
|
||||
.dropdown-menu{
|
||||
ul{
|
||||
.selected{
|
||||
a{
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
mark,.mark {
|
||||
background-color: $brand-warning;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue