text module widget > focus/selected style fixen
This commit is contained in:
parent
2986fc42ae
commit
b0b3012302
1 changed files with 8 additions and 0 deletions
|
@ -3042,6 +3042,14 @@ footer {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shortcut .dropdown-menu > .active > a {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shortcut .dropdown-menu > .active {
|
||||||
|
background: hsl(145,51%,45%);
|
||||||
|
}
|
||||||
|
|
||||||
.editControls {
|
.editControls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in a new issue