| | |
| | | a, a:active, a:visited |
| | | { |
| | | color: #000000; |
| | | outline: none; |
| | | } |
| | | |
| | | a.button, a.button:visited, a.tab, a.tab:visited, a.axislist |
| | |
| | | padding-right: 3px; |
| | | background-color: #ffffff; |
| | | border: 1px solid #666666; |
| | | } |
| | | |
| | | input[type="checkbox"], |
| | | input[type="radio"] |
| | | { |
| | | border: 0; |
| | | padding: 0; |
| | | } |
| | | |
| | | input.button |
| | |
| | | width: 600px; |
| | | height: 37px; |
| | | background: url(images/taskbar.gif) top right no-repeat; |
| | | padding: 10px 24px 0px 0px; |
| | | padding: 10px 24px 10px 0px; |
| | | text-align: right; |
| | | white-space: nowrap; |
| | | z-index: 2; |
| | |
| | | left: 200px; |
| | | right: 200px; |
| | | z-index: 5000; |
| | | opacity: 0.85; |
| | | } |
| | | |
| | | #message div |
| | |
| | | border: 1px solid #CCCCCC; |
| | | } |
| | | |
| | | .splitter |
| | | { |
| | | position: absolute; |
| | | padding: 2px; |
| | | background: url(images/dimple.png) center no-repeat; |
| | | } |
| | | |
| | | .splitter-h |
| | | { |
| | | cursor: n-resize; |
| | | background-position: center 2px; |
| | | } |
| | | |
| | | .splitter-v |
| | | { |
| | | cursor: e-resize; |
| | | background-position: 1px center; |
| | | } |
| | | |
| | | |
| | | /***** common table settings ******/ |
| | | |
| | |
| | | background-color: #CC3333; |
| | | } |
| | | |
| | | table.records-table tr.focused td |
| | | { |
| | | border-bottom: thin dotted; |
| | | border-top: thin dotted; |
| | | } |
| | | |
| | | table.records-table tr.unfocused td |
| | | { |
| | | font-weight: bold; |
| | | color: #FFFFFF; |
| | | background-color: #929292; |
| | | } |
| | | |
| | | |
| | | /***** roundcube webmail pre-defined classes *****/ |