summaryrefslogtreecommitdiff
path: root/www-ssl/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/css/base.css')
-rw-r--r--www-ssl/css/base.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/www-ssl/css/base.css b/www-ssl/css/base.css
index 808fb512..8b46e703 100644
--- a/www-ssl/css/base.css
+++ b/www-ssl/css/base.css
@@ -93,6 +93,22 @@ a.sprache img {
margin-right: 5px;
}
+table {
+ border-collapse: collapse;
+}
+
+tr:hover > td {
+ background: #f0f0f0;
+}
+
+th {
+ background: #f0f0f0;
+}
+
+td, th {
+ border: 1px solid #888;
+}
+
.background {
background: #f0f0f0;
}