mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 20:32:05 +08:00
添加界面组件间的分隔线方便识别
顺便增加了DVL(DivideLine)色
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user