forked from extern/egroupware
styles for nextmatch lettersearch
This commit is contained in:
parent
83b1f7f39e
commit
89c30a557a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user