From 89c30a557a1043c2651fe74312720a29d1387cd5 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 30 Mar 2011 07:34:17 +0000 Subject: [PATCH] styles for nextmatch lettersearch --- phpgwapi/templates/idots/css/traditional.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/phpgwapi/templates/idots/css/traditional.css b/phpgwapi/templates/idots/css/traditional.css index 08f64dfb32..89f3e9a8cc 100755 --- a/phpgwapi/templates/idots/css/traditional.css +++ b/phpgwapi/templates/idots/css/traditional.css @@ -701,7 +701,7 @@ Preferences tabs .egwGridView_grid tr.th > td, /*legacy*/ .egwGridView_outer thead th, -.nextmatch_header { +.nextmatch_header, .lettersearch { background-color: #E0E0E0; font-weight: normal; padding: 2px; @@ -715,6 +715,15 @@ Preferences tabs background-repeat: repeat-x; } +td.lettersearch, td.lettersearch_active { + border-radius: 10px; +} + +td.lettersearch { + border-color: #E0E0E0; + background-image: url(../images/gradient22.png); +} + .nextmatch_header tr { background: none; }