styles for nextmatch lettersearch

This commit is contained in:
Ralf Becker 2011-03-30 07:34:17 +00:00
parent 83b1f7f39e
commit 89c30a557a

View File

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