diff --git a/src/main/webapp/sass/themes/_dark.scss b/src/main/webapp/sass/themes/_dark.scss index dc8cd611..109931e9 100644 --- a/src/main/webapp/sass/themes/_dark.scss +++ b/src/main/webapp/sass/themes/_dark.scss @@ -1,5 +1,3 @@ -#theme-dark { - * { outline: 0; text-decoration: none; @@ -110,6 +108,13 @@ a[ng-click^='tab']:hover { -o-transition: all 150ms linear; transition: all 150ms linear; } +#uvTab { + -webkit-transition: all 260ms linear; + -moz-transition: all 260ms linear; + -ms-transition: all 260ms linear; + -o-transition: all 260ms linear; + transition: all 260ms linear; +} body { background: #788587; color: #424345; @@ -130,6 +135,25 @@ body a { .entrylist-header a { margin: 0; } +#feed-accordion .entry { + border: none; +} +#feed-accordion .unread .entry-heading { + background: #c9c9c9; +} +#feed-accordion .unread:nth-of-type(2n) .entry-heading { + background: #ddd; +} +#feed-accordion .unread .entry-heading:hover, +#feed-accordion .unread:nth-of-type(2n):hover { + background: #ebebeb; +} +#feed-accordion .entry-heading-link { + color: #383838 !important; +} +#feed-accordion .entry-heading-link:hover { + color: #000; +} #feed-accordion .entry-body { background: #c7cbcc; padding-left: 15px; @@ -175,9 +199,15 @@ input[ng-model='keywords'] { .css-treeview li .tree-item:hover { background: #ebebeb; } +.css-treeview a { + color: #383838; +} .css-treeview a:hover { font-size: 1.02em; } - - +#uvTab { + margin-bottom: -23px; +} +#uvTab:hover { + margin-bottom: 0; }