From 2bd9f268af19ca41efb0eab0c641bd4d80b93972 Mon Sep 17 00:00:00 2001 From: ekovi Date: Sat, 13 Jul 2013 20:00:31 +0200 Subject: [PATCH] new theme --- src/main/webapp/sass/themes/_svetla.scss | 66 ++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 src/main/webapp/sass/themes/_svetla.scss diff --git a/src/main/webapp/sass/themes/_svetla.scss b/src/main/webapp/sass/themes/_svetla.scss new file mode 100644 index 00000000..8559c2ea --- /dev/null +++ b/src/main/webapp/sass/themes/_svetla.scss @@ -0,0 +1,66 @@ +#svetla { +/*background color*/ +body, div.form-actions, .toolbar { + background: #E3D4D1; +} + +div.form-actions, div.page-header { + border: none; +} + +pre, #feed-accordion .unread .entry-heading { + background: transparent; +} + +/*feeds tree*/ +.css-treeview li .tree-item:hover { + background: grey; +} + +/*feeds list*/ + +#feed-accordion .entry-buttons { /*share panel*/ + background: transparent; + /* uncomment if ---> border: 1px solid black; */ +} + +#feed-accordion .entry { + border: none; +} + +#feed-accordion .unread .entry-heading:hover { + background: grey; +} + +/* readed feed background */ +#feed-accordion .entry-heading { + background: #987B77; +} + +ul.dropdown-menu.pull-right li.divider { + height: 0px; + background: transparent; + border-bottom: 0px; +} + +ul.dropdown-menu { + background: #E6E6E6; +} + +/**/ +.btn { + background: #B8ACA4; + border: 1px solid grey;/* ! */ +} + +button.btn.dropdown-toggle { + background: #7B7672; +} + +button.btn.dropdown-toggle:hover { + background: #e6e6e6; +} +span.hidden-phone.hidden-tablet.ng-binding { + display: none; +} +}