Update _svetla.scss

some changes and fixes
This commit is contained in:
ekovi
2013-08-30 20:37:36 +02:00
parent 6560fc9d05
commit e491841d4a

View File

@@ -1,10 +1,10 @@
#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;
} }
@@ -14,47 +14,50 @@ pre, #feed-accordion .unread .entry-heading {
/*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;
}
/* readed feed background */
#feed-accordion .entry-heading { #feed-accordion .entry-heading {
background: #987B77;
} }
ul.dropdown-menu.pull-right li.divider { .dropdown-menu.pull-right li.divider {
height: 0px; height: 0px;
background: transparent; background: transparent;
border-bottom: 0px; border-bottom: 0px;
} }
ul.dropdown-menu { .dropdown-menu {
background: #E6E6E6; background: #E6E6E6;
border-radius: 0px 0px 4px 4px;
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
} }
/**/ /**/
.btn { .btn, .btn.dropdown-toggle {
background: #B8ACA4; background: #CFC7BE;
border: 1px solid grey;/* ! */ border: 1px solid #A7B5BE;
border-radius: 0px;
box-shadow: none;
} }
button.btn.dropdown-toggle { .btn.dropdown-toggle {
background: #7B7672; /*background: #eae7e3;*/
}
.btn.active {
box-shadow: none;/*!*/
} }
button.btn.dropdown-toggle:hover { button.btn.dropdown-toggle:hover {
@@ -63,4 +66,45 @@ button.btn.dropdown-toggle:hover {
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;
}
} }