summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-04-07 11:43:13 +0200
committerSimon2011-04-07 11:43:13 +0200
commit210f935504fb833438664f540f53e58949516ae8 (patch)
treedb36f0e6cdc3609349c18f98e2b9b4272ae1d4bc /public
parentLayout in Person und Group (diff)
downloadpbs2-210f935504fb833438664f540f53e58949516ae8.tar.gz
pbs2-210f935504fb833438664f540f53e58949516ae8.tar.xz
pbs2-210f935504fb833438664f540f53e58949516ae8.zip
FilterÜbersicht geändert, Priorität an erster stelle
Diffstat (limited to 'public')
-rw-r--r--public/media/css/user.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/media/css/user.css b/public/media/css/user.css
index 8886fa0..c41f96f 100644
--- a/public/media/css/user.css
+++ b/public/media/css/user.css
@@ -79,8 +79,11 @@ tr.selectedEntry td {
border-radius: 3px;
background-color:white;
}
+.listelement .element:nth-child(even) {
+ background-color:#F0F8FF;
+}
.listelement .element:hover {
- background-color:#E4ECF7;
+ background-color:#97BDE7;
border-color:#214687;
}
.listelement .element .number{