From a924bd9ee50bb6f18700998da3e7ce6c1d483249 Mon Sep 17 00:00:00 2001 From: Mhamad Rachini Date: Sat, 29 Jun 2013 16:35:36 +0300 Subject: [PATCH] fixed theme --- src/main/webapp/sass/themes/_MRACHINI.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/sass/themes/_MRACHINI.scss b/src/main/webapp/sass/themes/_MRACHINI.scss index 662839db..74370b57 100644 --- a/src/main/webapp/sass/themes/_MRACHINI.scss +++ b/src/main/webapp/sass/themes/_MRACHINI.scss @@ -19,16 +19,20 @@ } /*hovered item*/ -.entry-heading:hover{box-shadow: inset 0 0 40px 0px lime} +.entry-heading:hover{box-shadow: inset 0 0 40px 0px lime !important;} /*hovered tree item*/ -.css-treeview li .tree-item:hover{box-shadow: inset 0px 0px 20px 0px hsla(7,63%,52%,1)} +/*.css-treeview li .tree-item:hover{box-shadow: inset 0 0 20px 0px hsla(7,63%,52%,1) !important;}*/ +.css-treeview li .tree-item:hover{box-shadow: inset 0 0 20px 0px lime !important;} +/*highlight current selected tree item*/ +.css-treeview li .tree-item .selected{box-shadow: inset 0 0 20px 0px lime !important;} .css-treeview .indent1{padding-left:10px} .css-treeview .indent2{padding-left:20px} .css-treeview .indent3{padding-left:30px} .css-treeview .indent4{padding-left:40px} .css-treeview .indent5{padding-left:50px} - body { + +body { background-color: black; } }