@@ -27,43 +27,32 @@ font-family: "Roboto";
2727color: black;
2828}
2929QPushButton {
30- font-size: 17px;
31- border: 3px solid #EFEFEF;
32- border-radius: 3px;
33- height: 39px;
34- padding-left: 17px;
35- padding-right: 17px;
36- min-width: 30px;
37- background-color: #EFEFEF;
38- }
39- QPushButton::disabled {
40- background-color: #FAFAFA;
41- border-color: #FAFAFA;
30+ color: #AD2A45;
31+ border: 1px solid #AD2A45;
32+ border-radius: 4px;
33+ padding: 11px 12px;
34+ font-family: Roboto, Helvetica;
35+ font-size: 14px;
36+ font-weight: 700;
4237}
43- QPushButton::hover {
44- background-color: #DEDEDE;
45- border-color: #DEDEDE;
38+ QPushButton:hover {
39+ background-color: #F5EBED;
4640}
47- QPushButton::focus {
48- background-color: #DEDEDE;
49- border-color: #76767B;
41+ QPushButton:pressed {
42+ background-color: #E1C1C6;
5043}
51- QPushButton:default {
44+ QPushButton:: default, #helpButton {
5245color: white;
53- background-color: #113F8E;
54- border-color: #113F8E;
55- }
56- QPushButton:default::disabled {
57- background-color: #B7C5DD;
58- border-color: #B7C5DD;
46+ border-color: #2F70B6;
47+ background-color: #2F70B6;
5948}
60- QPushButton:default::hover {
61- background -color: #003168 ;
62- border -color: #003168
49+ QPushButton:: default:hover, #helpButton :hover {
50+ border -color: #2B66A6 ;
51+ background -color: #2B66A6;
6352}
64- QPushButton:default::focus {
65- background -color: #003168 ;
66- border -color: #008EEA ;
53+ QPushButton:: default:pressed, #helpButton:pressed {
54+ border -color: #215081 ;
55+ background -color: #215081 ;
6756}
6857#langButton {
6958color: #003168;
@@ -166,9 +155,6 @@ border-radius: 3px;
166155#fatalErrorLabel, #aboutAlert {
167156color: #CD2541;
168157}
169- #helpButton {
170- color: #003168;
171- }
172158#aboutVersion {
173159color: #76767B;
174160}
@@ -902,21 +888,24 @@ border-radius: 4px;</string>
902888 <property name =" cursor" >
903889 <cursorShape >PointingHandCursor</cursorShape >
904890 </property >
891+ <property name =" layoutDirection" >
892+ <enum >Qt::RightToLeft</enum >
893+ </property >
905894 <property name =" text" >
906895 <string >Help</string >
907896 </property >
908897 <property name =" icon" >
909898 <iconset resource =" web-eid-resources.qrc" >
910- <normaloff >:/images/help .svg</normaloff >:/images/help .svg</iconset >
899+ <normaloff >:/images/link .svg</normaloff >:/images/link .svg</iconset >
911900 </property >
912901 <property name =" iconSize" >
913902 <size >
914- <width >30 </width >
915- <height >26 </height >
903+ <width >16 </width >
904+ <height >16 </height >
916905 </size >
917906 </property >
918- <property name =" autoDefault " >
919- <bool >false </bool >
907+ <property name =" default " >
908+ <bool >true </bool >
920909 </property >
921910 </widget >
922911 </item >
@@ -928,16 +917,6 @@ border-radius: 4px;</string>
928917 <property name =" text" >
929918 <string >Confirm</string >
930919 </property >
931- <property name =" icon" >
932- <iconset resource =" web-eid-resources.qrc" >
933- <normaloff >:/images/arrow.svg</normaloff >:/images/arrow.svg</iconset >
934- </property >
935- <property name =" iconSize" >
936- <size >
937- <width >20</width >
938- <height >16</height >
939- </size >
940- </property >
941920 <property name =" default" >
942921 <bool >true</bool >
943922 </property >
0 commit comments