forked from Archives/Athou_commafeed
Update _svetla.scss
some changes and fixes
This commit is contained in:
@@ -1,66 +1,110 @@
|
|||||||
#theme-svetla {
|
#theme-svetla {
|
||||||
/*background color*/
|
/*bg color*/
|
||||||
body, div.form-actions, .toolbar {
|
body, div.form-actions, .toolbar, .entrylist-header ng-scope {
|
||||||
background: #E3D4D1;
|
background: #AFB8BE;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.form-actions, div.page-header {
|
.form-actions, div.page-header {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, #feed-accordion .unread .entry-heading {
|
pre, #feed-accordion .unread .entry-heading {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*feeds tree*/
|
/*feeds tree*/
|
||||||
.css-treeview li .tree-item:hover {
|
.css-treeview li .tree-item:hover {
|
||||||
background: grey;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/*feeds list*/
|
/*feeds list*/
|
||||||
|
|
||||||
#feed-accordion .entry-buttons { /*share panel*/
|
#feed-accordion .entry-buttons { /*share panel*/
|
||||||
background: transparent;
|
background: transparent;
|
||||||
/* uncomment if ---> border: 1px solid black; */
|
border:none;
|
||||||
}
|
/* ---> border: 1px solid black; */
|
||||||
|
}
|
||||||
|
|
||||||
#feed-accordion .entry {
|
#feed-accordion .entry {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#feed-accordion .unread .entry-heading:hover {
|
/* read feed bg */
|
||||||
background: grey;
|
#feed-accordion .entry-heading {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* readed feed background */
|
.dropdown-menu.pull-right li.divider {
|
||||||
#feed-accordion .entry-heading {
|
height: 0px;
|
||||||
background: #987B77;
|
background: transparent;
|
||||||
}
|
border-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
ul.dropdown-menu.pull-right li.divider {
|
.dropdown-menu {
|
||||||
height: 0px;
|
background: #E6E6E6;
|
||||||
background: transparent;
|
border-radius: 0px 0px 4px 4px;
|
||||||
border-bottom: 0px;
|
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.dropdown-menu {
|
/**/
|
||||||
background: #E6E6E6;
|
.btn, .btn.dropdown-toggle {
|
||||||
}
|
background: #CFC7BE;
|
||||||
|
border: 1px solid #A7B5BE;
|
||||||
|
border-radius: 0px;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
/**/
|
.btn.dropdown-toggle {
|
||||||
.btn {
|
/*background: #eae7e3;*/
|
||||||
background: #B8ACA4;
|
}
|
||||||
border: 1px solid grey;/* ! */
|
|
||||||
}
|
|
||||||
|
|
||||||
button.btn.dropdown-toggle {
|
.btn.active {
|
||||||
background: #7B7672;
|
box-shadow: none;/*!*/
|
||||||
}
|
}
|
||||||
|
|
||||||
button.btn.dropdown-toggle:hover {
|
button.btn.dropdown-toggle:hover {
|
||||||
background: #e6e6e6;
|
background: #e6e6e6;
|
||||||
}
|
}
|
||||||
span.hidden-phone.hidden-tablet.ng-binding {
|
span.hidden-phone.hidden-tablet.ng-binding {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
.entrylist-header ng-scope {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entrylist-header {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-buttons.form-horizontal {
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/****************/
|
||||||
|
li.pointer a {
|
||||||
|
border-radius: 0px;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.pointer a:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary:hover {
|
||||||
|
background: #E6E6E6;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary:focus {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
color: #323639;
|
||||||
|
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feed-accordion.expanded .entry {
|
||||||
|
box-shadow: none;
|
||||||
|
border-color: #CFC7BE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user