mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 13:44:23 +08:00
fixed hound
This commit is contained in:
parent
c84ff3d9fe
commit
db610f146f
1 changed files with 5 additions and 8 deletions
|
@ -148,15 +148,12 @@ body {
|
||||||
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
/* Makes blue selected element line fill parent (as it should, fixes sci-2672) */
|
|
||||||
|
// Makes blue selected element line fill parent (as it should, fixes sci-2672)
|
||||||
.repository-dropdown {
|
.repository-dropdown {
|
||||||
.dropdown-menu{
|
.selected {
|
||||||
ul{
|
a {
|
||||||
.selected{
|
display: block !important;
|
||||||
a{
|
|
||||||
display: block !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue