Fixed tools button focus color
parent
55b365b2e4
commit
6e5cbf3a2c
|
|
@ -259,7 +259,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* top-right buttons color on hover -> just a lighten grey */
|
/* top-right buttons color on hover -> just a lighten grey */
|
||||||
|
.object-tools a:focus,
|
||||||
.object-tools a:hover,
|
.object-tools a:hover,
|
||||||
|
.object-tools li:focus a,
|
||||||
.object-tools li:hover a {
|
.object-tools li:hover a {
|
||||||
background-color:#AAAAAA;
|
background-color:#AAAAAA;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue