You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
2.0 KiB
111 lines
2.0 KiB
.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-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-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-color:transparent;
|
|
border-radius: 2px;
|
|
}
|
|
.menuitemmiddle:hover* {
|
|
margin:0 2px 0 2px;
|
|
padding: 3px 10px 3px 5px;
|
|
background:@theme_selected_bg_color;
|
|
border-color:transparent;
|
|
border-radius: 2px;
|
|
}
|
|
.menuitembottom:hover* {
|
|
margin:0 2px 2px 2px;
|
|
padding: 3px 10px 5px 5px;
|
|
background:@theme_selected_bg_color;
|
|
border-color:transparent;
|
|
border-radius: 2px;
|
|
}
|
|
.menu {
|
|
border:none;
|
|
}
|
|
.workingbg {
|
|
background-color:@theme_base_color;
|
|
}
|
|
.workingbg.view.cell:selected{
|
|
background-color:@theme_selected_bg_color;
|
|
}
|