CSS addition
This commit is contained in:
parent
9ec4fc6bfb
commit
dc1e0c8df8
@ -29,10 +29,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
-webkit-transition: box-shadow 0.3s ease;
|
-webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
|
||||||
-moz-transition: box-shadow 0.3s ease;
|
-moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
|
||||||
-ms-transition: box-shadow 035s ease;
|
-ms-transition: background-color 0.3s ease, box-shadow 0.3s ease;
|
||||||
transition: box-shadow 0.3s ease;
|
transition: background-color 0.3s ease, box-shadow 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminTabs li:hover {
|
#adminTabs li:hover {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user