.bannerbackground { background-color: #404040; } #GnomeIcon{ border-style:solid; border-bottom-width: 1px; border-image: linear-gradient(90deg, #aaaaaa 0%, rgba(170,170,170,0) 80%); border-image-slice: 1; } #SepIcon{ border-style:solid; border-bottom-width: 2px; border-image: linear-gradient(90deg, #aaaaaa 0%, rgba(170,170,170,0) 100%); border-image-slice: 1; } #iconlabel { font-size:14px; font-weight: bold; } .roundborder * { border-style:solid; border-width:1px; border-radius:5px; } .noborder { border: none; } .menuitembottom{ margin-top:0px; margin-bottom:0px; border-color:alpha(@theme_text_color, 0.4); border-style:solid; border-radius:0 0 5px 5px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; } .menuitemmiddle{ margin-top:0px; margin-bottom:0px; border-color:alpha(@theme_text_color, 0.4); border-style:solid; border-left-width:1px; border-right-width:1px; } .menuitemtop{ margin-bottom:0px; border-color:alpha(@theme_text_color, 0.4); border-style:solid; border-radius:5px 5px 0 0; border-left-width:1px; border-top-width:1px; border-right-width:1px; } .menuitemtop *{ margin:2px 2px 0 2px; padding: 5px 10px 3px 5px; } .menuitemmiddle *{ margin:0 2px 0 2px; padding: 3px 10px 3px 5px; } .menuitembottom *{ margin:0 2px 2px 2px; padding: 3px 10px 5px 5px; } .menuitemtop:hover { background:@theme_bg_color; } .menuitemmiddle:hover { background:@theme_bg_color; } .menuitembottom:hover { background:@theme_bg_color; } .menuitemtop:hover* { margin:2px 2px 0 2px; padding: 5px 10px 3px 5px; background:@theme_selected_bg_color; border-radius:2px; border-color:transparent; } .menuitemmiddle:hover* { margin:0 2px 0 2px; padding: 3px 10px 3px 5px; background:@theme_selected_bg_color; border-radius:2px; border-color:transparent; } .menuitembottom:hover* { margin:0 2px 2px 2px; padding: 3px 10px 5px 5px; background:@theme_selected_bg_color; border-radius:2px; border-color:transparent; } .menu { background:transparent; } .workingbg { background-color:@theme_base_color; } .workingbg.view.cell:selected{ background-color:@theme_selected_bg_color; }