1
0
Fork 0

No more white blurry effect on table row hover

This commit is contained in:
Shgck 2015-05-02 13:06:15 +02:00
parent c6fe15368a
commit cb7bd7201f
2 changed files with 10 additions and 19 deletions

View file

@ -46,14 +46,10 @@
} }
.release { .release {
background-color: rgba(255, 255, 255, 0); /*-o-transition: .5s;*/
-o-transition: .5s; /*-ms-transition: .5s;*/
-ms-transition: .5s; /*-moz-transition: .5s;*/
-moz-transition: .5s; /*-webkit-transition: .5s;*/
-webkit-transition: .5s; /*transition: .5s;*/
transition: .5s;
} }
.release:hover {
background-color: rgba(255, 255, 255, 0.7);
}

View file

@ -5,16 +5,11 @@
} }
.release { .release {
background-color: rgba(255, 255, 255, 0); /*-o-transition: .5s;*/
-o-transition: .5s; /*-ms-transition: .5s;*/
-ms-transition: .5s; /*-moz-transition: .5s;*/
-moz-transition: .5s; /*-webkit-transition: .5s;*/
-webkit-transition: .5s; /*transition: .5s;*/
transition: .5s;
}
.release:hover {
background-color: rgba(255, 255, 255, 0.7);
} }
.release td { .release td {