summaryrefslogtreecommitdiff
path: root/www-ssl/css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-02 16:56:45 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-02 16:56:45 +0200
commit0d351f47915679f98cbd93cd5d8f4d32d91a834a (patch)
tree172987cc073c573956547a344a32a5ef6f9311d8 /www-ssl/css
parent5a935f413dd6dff69df736b437073d343aa8a6ec (diff)
admin rooms
Diffstat (limited to 'www-ssl/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;
}