css: instant on, animate off
This commit is contained in:
parent
86cc1cbb2e
commit
a27645772a
@ -116,8 +116,14 @@ select {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.nav a {
|
||||
transition:all 0.1s linear;
|
||||
}
|
||||
|
||||
.nav a:hover {
|
||||
border-color: grey black black grey;
|
||||
|
||||
transition:all 0s linear;
|
||||
}
|
||||
|
||||
.area-search {
|
||||
@ -181,8 +187,6 @@ select {
|
||||
|
||||
.ddmenu a:hover {
|
||||
background:#FFF;
|
||||
-moz-transition:all 0.1s linear;
|
||||
-webkit-transition:all 0.1s linear;
|
||||
}
|
||||
|
||||
#tr1 {
|
||||
|
Loading…
Reference in New Issue
Block a user