make the selected item in the sidebar have bold text and rename the messagebox icon styles

This commit is contained in:
Damien Churchill 2009-03-30 21:48:23 +00:00
parent 63c67b6925
commit 3342394a37
1 changed files with 12 additions and 0 deletions

View File

@ -162,6 +162,10 @@ input {
padding-left: 20px;
}
.x-grid3-row-selected table td div {
font-weight: Bold;
}
/* MessageBox icon styles */
.x-deluge-icon-warning {
background: url('/icons/16/warning.png') no-repeat 2px;
@ -169,4 +173,12 @@ input {
.x-deluge-icon-error {
background: url('/icons/16/error.png') no-repeat 2px;
}
.x-deluge-add-file, .x-tree-node-icon {
background: url('/icons/16/document.png') no-repeat 2px;
}
.x-deluge-add-file-checkbox {
margin-top: 2px;
}