Enhance command link button

This commit is contained in:
Daniel Pizetta 2018-11-03 16:21:36 -03:00
parent a085ecbc79
commit dce2ba907a
1 changed files with 5 additions and 1 deletions

View File

@ -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 ----------------------------------------------------- */
/* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */