Removed temporarily added focused/selected styles as they are now part of the default css

This commit is contained in:
Andreas Stöckel 2011-03-25 14:27:32 +00:00
parent 3c435bec9f
commit 4119c06da0

View File

@ -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;
}