Skip to content

Commit

Permalink
Update border contrast color to improve accessibility (open-eid#1105)
Browse files Browse the repository at this point in the history
IB-7307

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored Feb 9, 2023
1 parent c2582fa commit 8423a83
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
20 changes: 10 additions & 10 deletions client/dialogs/FirstRun.ui
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ height: 10px;
<string notr="true">QComboBox {
padding: 0px 10px;
image: none;
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
background-color: #FFFFFF;
color: #353739;
Expand All @@ -91,7 +91,7 @@ QComboBox QWidget#popup {
background-color: transparent;
}
QComboBox QWidget#content {
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
background-color: #FFFFFF;
}
Expand Down Expand Up @@ -826,7 +826,7 @@ QPushButton:disabled {
</rect>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #DEE4E9;
<string notr="true">border: 1px solid #8E969D;
border-radius: 3px;</string>
</property>
<property name="pixmap">
Expand All @@ -846,7 +846,7 @@ border-radius: 3px;</string>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #DEE4E9;
<string notr="true">border: 1px solid #8E969D;
border-radius: 3px;</string>
</property>
<property name="pixmap">
Expand All @@ -866,7 +866,7 @@ border-radius: 3px;</string>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #DEE4E9;
<string notr="true">border: 1px solid #8E969D;
border-radius: 3px;</string>
</property>
<property name="pixmap">
Expand Down Expand Up @@ -1635,7 +1635,7 @@ QPushButton:disabled {
</rect>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #DEE4E9;
<string notr="true">border: 1px solid #8E969D;
border-radius: 3px;</string>
</property>
<property name="pixmap">
Expand All @@ -1655,7 +1655,7 @@ border-radius: 3px;</string>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #DEE4E9;
<string notr="true">border: 1px solid #8E969D;
border-radius: 3px;</string>
</property>
<property name="pixmap">
Expand All @@ -1675,7 +1675,7 @@ border-radius: 3px;</string>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #DEE4E9;
<string notr="true">border: 1px solid #8E969D;
border-radius: 3px;</string>
</property>
<property name="pixmap">
Expand Down Expand Up @@ -1949,7 +1949,7 @@ QPushButton:disabled {
</rect>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #DEE4E9;
<string notr="true">border: 1px solid #8E969D;
border-radius: 3px;</string>
</property>
<property name="pixmap">
Expand All @@ -1969,7 +1969,7 @@ border-radius: 3px;</string>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #DEE4E9;
<string notr="true">border: 1px solid #8E969D;
border-radius: 3px;</string>
</property>
<property name="pixmap">
Expand Down
2 changes: 1 addition & 1 deletion client/dialogs/MobileDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ color: #c53e3e
}
QLineEdit {
padding: 0px 10px;
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
}
QCheckBox {
Expand Down
2 changes: 1 addition & 1 deletion client/dialogs/PinPopup.ui
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ border: none;</string>
<string notr="true">QLineEdit
{
padding: 0px 10px;
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
background-color: #ffffff;
color: #000000;
Expand Down
2 changes: 1 addition & 1 deletion client/dialogs/PinUnblock.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ QLabel {
color: #353739;
}
QLineEdit {
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
padding: 0px 10px;
background-color: #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion client/dialogs/RoleAddressDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ QPushButton:disabled {
background-color: #BEDBED;
}
QLineEdit {
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
background-color: #FFFFFF;
}
Expand Down
6 changes: 3 additions & 3 deletions client/dialogs/SettingsDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ QRadioButton:hover {
color: #041E42;
}
QLineEdit {
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
background-color: #FFFFFF;
min-height: 31px;
Expand Down Expand Up @@ -1267,7 +1267,7 @@ QScrollBar {
background: #FFFFFF;
}
QScrollBar::handle:vertical {
background-color: #DEE4E9;
background-color: #8E969D;
margin: 0 0 0 0;
border-radius: 2px;
height: 145px;
Expand Down Expand Up @@ -1376,7 +1376,7 @@ QScrollBar {
background: #FFFFFF;
}
QScrollBar::handle:vertical {
background-color: #DEE4E9;
background-color: #8E969D;
margin: 0 0 0 0;
border-radius: 2px;
height: 145px;
Expand Down
4 changes: 2 additions & 2 deletions client/dialogs/SignatureDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<property name="styleSheet">
<string notr="true">#leftPane { border-right: 1px solid #DEE4E9; }
QTextEdit, #signerCity, #signerCountry, #signerState, #signerZip, #signerRoles {
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
background-color: #FFFFFF;
}
Expand Down Expand Up @@ -137,7 +137,7 @@ background-color: #FFFFFF;
background: #FFFFFF;
}
QScrollBar::handle:vertical{
background-color: #DEE4E9;
background-color: #8E969D;
margin: 0 0 0 0;
border-radius: 2px;
height: 145px;
Expand Down
4 changes: 2 additions & 2 deletions client/dialogs/SmartIDDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ border-radius: 2px;
}
QLineEdit, QComboBox {
padding: 0px 10px;
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
}
#labelCode, #labelCountry {
Expand All @@ -34,7 +34,7 @@ QComboBox QWidget#popup {
background-color: transparent;
}
QComboBox QWidget#content {
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
background-color: #FFFFFF;
}
Expand Down
4 changes: 2 additions & 2 deletions client/widgets/ItemList.ui
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ QScrollBar{
padding: 5px 5px 5px 0;
}
QScrollBar::handle:vertical{
background-color: #DEE4E9;
background-color: #8E969D;
margin: 0 0 0 0;
border-radius: 2px;
height: 145px;
Expand Down Expand Up @@ -300,7 +300,7 @@ border-width: 0px 0px 1px 0px;
<property name="styleSheet">
<string notr="true">#txtFind
{
border: 1px solid #DEE4E9;
border: 1px solid #8E969D;
border-radius: 2px;
background-color: #FFFFFF;
padding: 0px 10px;
Expand Down

0 comments on commit 8423a83

Please sign in to comment.