diff --git a/deluge/ui/webui/templates/ajax/static/themes/classic/style.css b/deluge/ui/webui/templates/ajax/static/themes/classic/style.css index 36f0ec8bb..2b62d88d3 100644 --- a/deluge/ui/webui/templates/ajax/static/themes/classic/style.css +++ b/deluge/ui/webui/templates/ajax/static/themes/classic/style.css @@ -98,22 +98,6 @@ body { padding: 0; } -#labels li { - background-repeat: no-repeat; - background-position: 0px 2px; - padding-left: 16px; - line-height: 20px; -} -#labels li:hover { text-decoration: underline; cursor: pointer; } - -#labels .activestate { - font-weight: bold; -} - -#labels .activestate:hover { - text-decoration: none; -} - .moouiDataGrid { overflow: auto; margin: 5px; diff --git a/deluge/ui/webui/templates/ajax/static/themes/white/style.css b/deluge/ui/webui/templates/ajax/static/themes/white/style.css index 737ae14ea..5b6aab9e8 100644 --- a/deluge/ui/webui/templates/ajax/static/themes/white/style.css +++ b/deluge/ui/webui/templates/ajax/static/themes/white/style.css @@ -104,16 +104,6 @@ body { padding: 0; } -#labels li:hover { text-decoration: underline; cursor: pointer; } - -#labels .activestate { - font-weight: bold; -} - -#labels .activestate:hover { - text-decoration: none; -} - .moouiDataGrid { overflow: auto; margin: 5px; diff --git a/deluge/ui/webui/templates/ajax/template_style.css b/deluge/ui/webui/templates/ajax/template_style.css index dd041c2fd..f4d1556e4 100644 --- a/deluge/ui/webui/templates/ajax/template_style.css +++ b/deluge/ui/webui/templates/ajax/template_style.css @@ -57,6 +57,17 @@ html, body { padding-left: 24px; line-height: 20px; } + +#labels li:hover { text-decoration: underline; cursor: pointer; } + +#labels .activestate { + font-weight: bold; +} + +#labels .activestate:hover { + text-decoration: none; +} + #labels .all { background-image: url('/pixmaps/dht16.png'); } #labels .active { background-image: url('/pixmaps/active16.png'); } #labels .downloading { background-image: url('/pixmaps/downloading16.png'); }