mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 08:51:19 -05:00
Enhance command link button
This commit is contained in:
parent
a085ecbc79
commit
dce2ba907a
@ -1009,13 +1009,17 @@ QToolButton::menu-arrow:open {
|
|||||||
/* QCommandLinkButton ----------------------------------------------------- */
|
/* QCommandLinkButton ----------------------------------------------------- */
|
||||||
|
|
||||||
QCommandLinkButton {
|
QCommandLinkButton {
|
||||||
background-color: #31363B;
|
background-color: #232629;
|
||||||
border: 1px solid #31363B;
|
border: 1px solid #31363B;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QCommandLinkButton:disabled {
|
||||||
|
background-color: #232629;
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* INPUTS - NO FIELDS ----------------------------------------------------- */
|
/* INPUTS - NO FIELDS ----------------------------------------------------- */
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
|
Loading…
Reference in New Issue
Block a user