changed sort button's background color on hover as it hid button label with previous color

This commit is contained in:
silvererudite 2019-10-18 16:04:28 +06:00
parent dbd3753c8e
commit b54f5334d1

View file

@ -474,7 +474,7 @@ manage things like container crud */
#container-panel #sort-containers-link:hover,
#container-panel #sort-containers-link:focus {
background: #f2f2f2;
background: #a2b1dd;
}
span ~ .panel-header-text {