mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Small oversight fix
This commit is contained in:
parent
ed5a5e7390
commit
c84ff3d9fe
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,7 @@ body {
|
||||||
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) */
|
||||||
.bootstrap-select {
|
.repository-dropdown {
|
||||||
.dropdown-menu{
|
.dropdown-menu{
|
||||||
ul{
|
ul{
|
||||||
.selected{
|
.selected{
|
||||||
|
@ -160,6 +160,7 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mark,.mark {
|
mark,.mark {
|
||||||
background-color: $brand-warning;
|
background-color: $brand-warning;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue