Skip to content

Commit

Permalink
Add stylesheets to enforce lightgrey color of fields in
Browse files Browse the repository at this point in the history
sendcoinsdialog.ui
  • Loading branch information
skcin committed Mar 7, 2017
1 parent e8cc55f commit 76ae5dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/qt/forms/sendcoinsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ QPushButton{background-color: lightgray;}</string>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg);</string>
<string notr="true">background: transparent;</string>
</property>
<property name="widgetResizable">
<bool>true</bool>
Expand Down
9 changes: 7 additions & 2 deletions src/qt/forms/sendcoinsentry.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<property name="styleSheet">
<string notr="true">QWidget{color:rgb(0,0,0);}
QPushButton{background-color: lightgray;}
QToolButton{background-color: lightgray;}</string>
QToolButton{background-color: lightgray;}
QLineEdit{background-color: lightgray;}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Expand All @@ -29,7 +30,11 @@ QToolButton{background-color: lightgray;}</string>
<number>12</number>
</property>
<item row="6" column="1">
<widget class="BitcoinAmountField" name="payAmount"/>
<widget class="BitcoinAmountField" name="payAmount">
<property name="styleSheet">
<string notr="true">background-color: lightgray;</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_4">
Expand Down

0 comments on commit 76ae5dd

Please sign in to comment.