Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.11.2.x #276

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/qt/res/css/drkblue.css
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ QWidget .QFrame#frame { /* Wallet Balance */
}

QWidget .QFrame#frame > .QLabel {
min-width:175px;
min-width:190px;
font-weight:normal;
min-height:30px;
}
Expand Down Expand Up @@ -714,7 +714,7 @@ min-height:35px;

QWidget .QFrame#frame .QLabel#labelBalance { /* Available Balance */
qproperty-alignment: 'AlignVCenter | AlignLeft';
font-size:17px;
font-size:16px;
font-weight:bold;
color:#5FA2D6;
margin-left:13px;
Expand Down Expand Up @@ -890,7 +890,7 @@ qproperty-geometry: rect(0 0 0 0);
}

QWidget .QFrame#frameDarksend .QPushButton#toggleDarksend { /* Start Darksend Mixing */
qproperty-geometry: rect(120 255 295 40);
qproperty-geometry: rect(115 255 295 40);
font-size:17px;
font-weight:bold;
color:#ffffff;
Expand All @@ -905,7 +905,7 @@ QWidget .QFrame#frameDarksend .QPushButton#toggleDarksend:hover {
}

QWidget .QFrame#frameDarksend .QPushButton#darksendAuto { /* Try Mix Button */
qproperty-geometry: rect(125 301 140 25);
qproperty-geometry: rect(120 301 140 25);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
border:1px solid #d2d2d2;
color:#616161;
Expand All @@ -924,7 +924,7 @@ border:1px solid #9e9e9e;
}

QWidget .QFrame#frameDarksend .QPushButton#darksendReset { /* Reset Button */
qproperty-geometry: rect(270 301 140 25);
qproperty-geometry: rect(265 301 140 25);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
border:1px solid #d2d2d2;
color:#616161;
Expand Down