.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; } .bggrey{ border-radius:5px; border-color:@theme_text_color; border-style:solid; border-width:0.3px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); } .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 { background-color:transparent; } .listfix row:selected * .selection { background-color:@theme_selected_bg_color; } .listfix row:hover { background-color:inherit; } .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:#660000; border-color: #cf2a27; background-color:#ea9999 } .tag_blue{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#073763; border-color: #2b78e4; background-color:#9fc5f8 } .tag_purple{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#073763; border-color: #9900ff; background-color:#b4a7d6 } .tag_orange{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#783f04; border-color: #ff9900; background-color:#f9cb9c } .tag_yellow{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; color:#7f6000; border-color: #bf9000; background-color:#ffe599 } .tag_green{ border-radius: 2px; border-width: 0.5px; border-style: solid; padding:2px 5px; border-color: #009e0f; background-color:#b6d7a8; color:#274e13; } .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; } .install_icon { color:#073763; } .label_link { color:@theme_selected_bg_color; text-decoration: underline; } .label_link:hover { color:@theme_selected_bg_color; } .label_link:active { color:@theme_selected_fg_color; background:@theme_selected_bg_color; } button { min-width: 26px; min-height: 24px; }