.tableborders { border-width:0.5px 0.5px 0.5px 0.5px; border-style: solid; border-color: @theme_fg_color; } .tableborderleft { border-left: 0.5px; border-style: solid; border-color: @theme_fg_color; } .tableborderright { border-right: 0.5px; border-style: solid; border-color: @theme_fg_color; } .tablebordertop { border-top: 0.5px; border-style: solid; border-color: @theme_fg_color; } .tableborderbottom { border-bottom:0.5px; border-style: solid; border-color: @theme_fg_color; } .tablemargin { padding: 1px; } .thin { margin:0px; padding:0px; } .noborder { border:none; } .nobackground { background:transparent; } .nobackground:active { background:transparent; } .textHead{ text-shadow: 2px 2px @theme_bg_color; color: @theme_text_color; } .inherited>* { border:none; background:inherit; } .workingbg { background:@theme_base_color; } .menuitembottom{ margin-top:0px; margin-bottom:3px; border-color:inherit; border-left-width:inherit; border-right-width:inherit; } .menuitemmiddle{ margin-top:0px; margin-bottom:0px; border-color:inherit; border-left-width:inherit; border-right-width:inherit; } .menuitemtop{ margin-bottom:0px; border-color:inherit; border-top-width:inherit; border-left-width:inherit; border-right-width:inherit; } .menuitemtop>*{ margin:2px 2px 0 2px; padding: 3px 10px 3px 5px; border:transparent; } .menuitemmiddle>*{ margin:0 2px 0 2px; padding: 3px 10px 3px 5px; border:transparent; } .menuitembottom>*{ margin:0 2px 2px 2px; padding: 3px 10px 3px 5px; } .menuitemtop:hover { background:@theme_bg_color; border-color:inherit; border-top-width:inherit; border-left-width:inherit; border-right-width:inherit; } .menuitemmiddle:hover { background:@theme_bg_color; border-color:inherit; border-left-width:inherit; border-right-width:inherit; } .menuitembottom:hover { background:@theme_bg_color; border-color:inherit; border-bottom-width:0px; border-left-width:inherit; border-right-width:inherit; } .menuitemtop:hover>* { margin:2px 2px 0 2px; padding: 3px 10px 3px 5px; background:@theme_selected_bg_color; border-radius:2px; } .menuitemmiddle:hover>* { margin:0 2px 0px 2px; padding: 3px 10px 3px 5px; background:@theme_selected_bg_color; border-radius:2px; } .menuitembottom:hover>* { margin:0 2px 2px 2px; padding: 3px 10px 3px 5px; background:@theme_selected_bg_color; border-radius:2px; } .boxInfoMessError{ background-color: #ea9999; } .boxInfoMessOK{ background-color: #f3f0ac; } .listfix row:selected * .buttonlistfx:active * { background-color: @theme_selected_fg_color; color: @theme_fg_color; transition:100ms; } .listfix row:selected * .buttonlistfx:active { background-color: @theme_selected_fg_color; color: @theme_fg_color; transition:100ms; } .tag_red{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#a25757; border-color: #d8504e; background-color:#ea9999 } .tag_blue{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#4973a1; border-color: #3e85e7; background-color:#9fc5f8 } .tag_purple{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#41346a; border-color: #9d17f9; background-color:#b4a7d6 } .tag_orange{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#a87644; border-color: #fea11a; background-color:#f9cb9c } .tag_yellow{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#866715; border-color: #cca11f; background-color:#ffe599 } .tag_green{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#61815a; border-color: #2aab37; background-color:#c8e1be } .tag_grey{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#5f5f5f; border-color: #777777; background-color:#999999 } .updatebutton { background-color: #e06666; color: @theme_bg_color; border-color: #a36666; } .updatebutton *{ background-color: #e06666; color: @theme_bg_color; } .updatebutton:active { background-color: @theme_selected_bg_color; color: @theme_bg_color; border-color: @theme_selected_bg_color; } .updatebutton:active *{ background-color: @theme_selected_bg_color; color: @theme_bg_color; } .updatebutton:disabled { background-color: transparent; border-color: @insensitive_fg_color; border-width:0.5px; } .updatebutton *:disabled { background-color: transparent; color: @insensitive_fg_color; }