添加界面组件间的分隔线方便识别

顺便增加了DVL(DivideLine)色
This commit is contained in:
RigoLigoRLC
2022-02-16 00:57:55 +08:00
parent 55795601e0
commit c71582997b
6 changed files with 19 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ QMenu::item:pressed
QMenu::separator
{
background: DCTLD;
background: DVL;
height: 1px;
margin: 2px;
margin-left: 8px;
@@ -356,6 +356,7 @@ SpkTitleBarDefaultButton:pressed
border: none;
font-size: 14px;
show-decoration-selected: 1;
border-right: 1px solid DVL;
}
#styMwCateg::item
@@ -380,3 +381,9 @@ SpkTitleBarDefaultButton:pressed
{
background-color: ACC_;
}
#spk_mw_titlebar
{
background-color: GBG_;
border-bottom: 1px solid DVL;
}