css file update

pull/64/head
parent ae6483bae8
commit e6e0155a42

@ -1,38 +1,28 @@
.thin {
margin:0px;
padding:0px;
}
.noborder { .noborder {
border:none; border:none;
} }
.nobackground {
background:transparent;
}
.nobackground:active {
background:transparent;
}
.textHead{ .textHead{
text-shadow: 2px 2px @theme_bg_color; text-shadow: 2px 2px @theme_bg_color;
color: @theme_text_color; color: @theme_text_color;
} }
.thin {
margin:0px;
padding:0px;
}
.inherited>* { .inherited>* {
border:none; border:none;
background:inherit; background:inherit;
} }
.opacited {
opacity:0.98;
}
.borders {
border-radius: 2px;
border-width: 1px;
border-color: @theme_text_color;
}
.workingbg { .workingbg {
background:@theme_base_color; background:@theme_base_color;
} }
.textoutline {
text-shadow: 0.5px 0 0.5px @theme_bg_color,
0 0.5px 0.5px @theme_bg_color,
-0.5px 0 0.5px @theme_bg_color,
0 -0.5px 0.5px @theme_bg_color;
}
.nobackground {
background: none;
}
.menuitembottom{ .menuitembottom{
margin-top:0px; margin-top:0px;
margin-bottom:3px; margin-bottom:3px;
@ -55,19 +45,19 @@ border-color: @theme_text_color;
border-left-width:inherit; border-left-width:inherit;
border-right-width:inherit; border-right-width:inherit;
} }
.menuitemtop *{ .menuitemtop >*{
margin:2px 2px 0 2px; margin:4px 2px 0 2px;
padding: 5px 10px 3px 5px; padding: 3px 10px 3px 5px;
border:transparent; border:transparent;
} }
.menuitemmiddle *{ .menuitemmiddle >*{
margin:0 2px 0 2px; margin:0 2px 0 2px;
padding: 3px 10px 3px 5px; padding: 3px 10px 3px 5px;
border:transparent; border:transparent;
} }
.menuitembottom *{ .menuitembottom >*{
margin:0 2px 2px 2px; margin:0 2px 2px 2px;
padding: 3px 10px 5px 5px; padding: 3px 10px 3px 5px;
} }
.menuitemtop:hover { .menuitemtop:hover {
background:@theme_bg_color; background:@theme_bg_color;
@ -90,25 +80,24 @@ border-color: @theme_text_color;
border-right-width:inherit; border-right-width:inherit;
} }
.menuitemtop:hover* { .menuitemtop:hover>* {
margin:2px 2px 0 2px; margin:4px 2px 0 2px;
padding: 5px 10px 3px 5px; padding: 3px 10px 3px 5px;
background:@theme_selected_bg_color; background:@theme_selected_bg_color;
border-radius:2px; border-radius:2px;
} }
.menuitemmiddle:hover* { .menuitemmiddle:hover>* {
margin:0 2px 0 2px; margin:0 2px 0 2px;
padding: 3px 10px 3px 5px; padding: 3px 10px 3px 5px;
background:@theme_selected_bg_color; background:@theme_selected_bg_color;
border-radius:2px; border-radius:2px;
} }
.menuitembottom:hover* { .menuitembottom:hover>* {
margin:0 2px 2px 2px; margin:0 2px 2px 2px;
padding: 3px 10px 5px 5px; padding: 3px 10px 3px 5px;
background:@theme_selected_bg_color; background:@theme_selected_bg_color;
border-radius:2px; border-radius:2px;
} }
.boxInfoMessError{ .boxInfoMessError{
background-color: #ea9999; background-color: #ea9999;
} }
@ -116,10 +105,6 @@ border-color: @theme_text_color;
.boxInfoMessOK{ .boxInfoMessOK{
background-color: #f3f0ac; background-color: #f3f0ac;
} }
.marginright image{
margin-right: 2px;
}
.errorBox { .errorBox {
border-width: 2px; border-width: 2px;
border-color: #ea9999; border-color: #ea9999;
@ -132,3 +117,23 @@ border-color: @theme_text_color;
border-color: #f3f0ac; border-color: #f3f0ac;
border-style:solid; border-style:solid;
} }
.separatorTop{
border-color: darker (@theme_bg_color);
border-top-width:1px;
border-style:solid;
}
.separatorBottom{
border-color: darker (@theme_bg_color);
border-bottom-width:1px;
border-style:solid;
}
.marginright image{
margin-right: 2px;
}
treeview row:nth-child(odd) { background-color: #000000; }
treeview row:nth-child(even) { background-color: #ffffff; }
Loading…
Cancel
Save