changed sort button's background color on hover as it hid button label with previous color
This commit is contained in:
parent
dbd3753c8e
commit
b54f5334d1
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ manage things like container crud */
|
||||||
|
|
||||||
#container-panel #sort-containers-link:hover,
|
#container-panel #sort-containers-link:hover,
|
||||||
#container-panel #sort-containers-link:focus {
|
#container-panel #sort-containers-link:focus {
|
||||||
background: #f2f2f2;
|
background: #a2b1dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
span ~ .panel-header-text {
|
span ~ .panel-header-text {
|
||||||
|
|
Loading…
Add table
Reference in a new issue