diff --git a/deluge/ui/web/css/deluge.css b/deluge/ui/web/css/deluge.css index 00a6d50d1..755a5b0ea 100644 --- a/deluge/ui/web/css/deluge.css +++ b/deluge/ui/web/css/deluge.css @@ -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; } \ No newline at end of file