Fixed Menu styles

pull/36/head
parent c0b902ce8e
commit 964ea64f4e

@ -21,31 +21,51 @@ background-color: #404040;
}
.roundborder * {
border-width:0px;
}
.roundborder::backdrop * {
border-width:0px;
border-radius:5px;
}
.noborder {
border: none;
}
.menu:hover {
border-color:alpha(@theme_text_color, 0.01);
border-radius:0px;
}
.menu {
border-color:alpha(@theme_text_color, 0.01);
border-radius:0px;
}
.menu:hover >* {
border-color:alpha(@theme_text_color, 0.01);
border-radius:0px;
}
.menuitembottom{
margin-top:0px;
margin-bottom:3px;
border-style: solid;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-color:alpha(@theme_text_color, 0.3);
border-radius:0px;
}
.menuitemmiddle{
margin-top:0px;
margin-bottom:0px;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-color:alpha(@theme_text_color, 0.3);
border-radius:0px;
}
.menuitemtop{
margin-bottom:0px;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-color:alpha(@theme_text_color, 0.3);
border-radius:0px;
}
.menuitemtop *{
margin:2px 2px 0 2px;
@ -61,12 +81,29 @@ background-color: #404040;
}
.menuitemtop:hover {
background:@theme_bg_color;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-color:alpha(@theme_text_color, 0.3);
border-radius:0px;
}
.menuitemmiddle:hover {
background:@theme_bg_color;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-color:alpha(@theme_text_color, 0.3);
border-radius:0px;
}
.menuitembottom:hover {
background:@theme_bg_color;
border-style: solid;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-color:alpha(@theme_text_color, 0.3);
border-radius:0px;
}
.menuitemtop:hover* {

@ -1491,9 +1491,6 @@
<child>
<placeholder/>
</child>
<style>
<class name="noborder"/>
</style>
</object>
<packing>
<property name="expand">False</property>

Loading…
Cancel
Save