aboutsummaryrefslogtreecommitdiffstats
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/css/page.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/frontend/css/page.css b/frontend/css/page.css
index e459199..2a1fbff 100644
--- a/frontend/css/page.css
+++ b/frontend/css/page.css
@@ -44,6 +44,11 @@
cursor: pointer;
color: #555555;
display: none;
+ transition:.4s;
+ -o-transition:.4s;
+ -ms-transition:.4s;
+ -moz-transition:.4s;
+ -webkit-transition:.4s;
}
#loadall:hover {
color: #000000;
@@ -153,6 +158,11 @@
.remove {
opacity: 0.8;
filter: alpha(opacity=80);
+ transition:.4s;
+ -o-transition:.4s;
+ -ms-transition:.4s;
+ -moz-transition:.4s;
+ -webkit-transition:.4s;
}
.remove:hover {
opacity: 1;
@@ -160,6 +170,13 @@
cursor: pointer;
text-decoration: none;
}
+.table-hover tbody tr td, .table-hover tbody tr th {
+ transition:.4s;
+ -o-transition:.4s;
+ -ms-transition:.4s;
+ -moz-transition:.4s;
+ -webkit-transition:.4s;
+}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: #d9edf7;
}