Merge pull request #562 from ekovi/patch-7

Update _dark.scss
This commit is contained in:
Athou
2014-03-14 12:41:14 +01:00

View File

@@ -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;
}