From 4119c06da0aaa49d2965f1f3facefe02a6b72cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=B6ckel?= Date: Fri, 25 Mar 2011 14:27:32 +0000 Subject: [PATCH] Removed temporarily added focused/selected styles as they are now part of the default css --- etemplate/templates/default/app.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/etemplate/templates/default/app.css b/etemplate/templates/default/app.css index 16dfce9481..794f5034ae 100644 --- a/etemplate/templates/default/app.css +++ b/etemplate/templates/default/app.css @@ -155,20 +155,4 @@ padding-right: 15px; } -/* CSS styles for egw_action */ - -table.action tr.row_off.selected { - background-color: #2b5d9b; - color: white; -} - -table.action tr.row_on.selected { - background-color: #234b7d !important; -} - -table.action .focused { - border: 1px dotted black; - padding: 1px; -} -