[fert] 修改样式

This commit is contained in:
shijianquan 2025-05-09 13:46:27 +08:00
parent 881e4f3079
commit 05c1219ca0
4 changed files with 26 additions and 27 deletions

View File

@ -1,15 +1,15 @@
QAbstractItemView::item:selected:focus {
background: #FFC14E;
background: #5da5fb;
color: #FFFFFF;
}
QAbstractItemView::item:selected:!focus {
background: #FFC14E;
background: #5da5fb;
color: #FFFFFF;
}
QAbstractItemView::item:selected:active {
background: #FFC14E;
background: #5da5fb;
color: #FFFFFF;
}
/*

View File

@ -1,15 +1,15 @@
QAbstractItemView::item:selected:focus {
background: #FFC14E;
background: #5da5fb;
color: #FFFFFF;
}
QAbstractItemView::item:selected:!focus {
background: #FFC14E;
background: #5da5fb;
color: #FFFFFF;
}
QAbstractItemView::item:selected:active {
background: #FFC14E;
background: #5da5fb;
color: #FFFFFF;
}

View File

@ -1,6 +1,10 @@
QPushButton#play,QPushButton#pause,
QPushButton#cap,QPushButton#voiceOpen,QPushButton#voiceClose{
border:1px;
border-radius:0px;
background:transparent;
padding: 0px;
min-height: 0px;
}
QPushButton#play{
@ -63,20 +67,21 @@ QPushButton#right:pressed{
}
QPushButton#cap:pressed,QPushButton#play:pressed,QPushButton#pause:pressed,QPushButton#voiceOpen:pressed,QPushButton#voiceClose:pressed{
color:#02efef;
background:#134a72;
border:0px;
background-color: #5DA5FB;
border-color: #5DA5FB;
}
QPushButton#draw,QPushButton#tretch,QPushButton#near,QPushButton#far,QPushButton#big,QPushButton#small,QPushButton#allot{
color:#01a6ec;
background:#0b2a51;
border:1px solid #0669af;
border: 1px solid #6088BA;
background-color:transparent;
radius:0px;
width:50px;
height:20px;
}
QPushButton#draw:hover,QPushButton#tretch:hover,QPushButton#near:hover,QPushButton#far:hover,QPushButton#big:hover,QPushButton#small:hover,QPushButton#allot:hover{
color:#02efef;
background:#134a72;
background-color: #5DA5FB;
border-color: #5DA5FB;
}
QPushButton#draw:pressed,QPushButton#tretch:pressed,QPushButton#near:pressed,QPushButton#far:pressed,QPushButton#big:pressed,QPushButton#small:pressed,QPushButton#allot:pressed{

View File

@ -17,6 +17,8 @@ QPushButton#down{
border:none;
border-radius:0px;
background:transparent;
padding: 0px;
min-height: 0px;
}
QPushButton#btn_play,
QPushButton#btn_play_r{
@ -94,9 +96,9 @@ QPushButton#btn_close,
QPushButton#btn_big,
QPushButton#btn_small
{
background:#0b2a51;
color:#01a6ec;
border:1px solid #0669af;
border: 1px solid #6088BA;
background-color:transparent;
radius:0px;
width:50px;
height:20px;
}
@ -111,15 +113,7 @@ QPushButton#btn_small:hover,
QPushButton#btn_record_query:hover,
QPushButton#btn_gotopreset:hover
{
background-color: #134a72;
color:#02efef;
background-color: #5DA5FB;
border-color: #5DA5FB;
}
QPushButton#btn_record_query
{
background:#0b2a51;
color:#01a6ec;
border:1px solid #0669af;
height:20px;
}