Update _dark.scss

This commit is contained in:
ekovi
2014-03-09 20:40:42 +01:00
parent 579a77dfc9
commit 80ff2c8ff7

View File

@@ -20,7 +20,7 @@ button[data-toggle='dropdown'] {
background: #e6c6c9;
}
button[ui-sref*='feed'] {
background: #e6c6c9;
background: #DEE2E3;
}
input[ng-model='keywords'] {
background: #526b94;
@@ -63,4 +63,27 @@ div.settings a {
div.about-module a {
color: #e6c6c9;
}
/*______________________________________________________
opened feed bg color - changed to grey?*, added padding*/
div.entry-body.ng-scope {
background: #D8DADB;
padding-left: 15px;
}
/* opened feed link - color changed to default blue */
div.entry-body.ng-scope a[href^="http"] {
color: #428BCF;
}
/* opened feed icon panel - changed to grey?*/
#feed-accordion .entry-buttons {
background-color: transparent;
}
/* future */
/*[ng-controller="CategoryTreeCtrl"]{
display: none;
} */
}