Skip to content

Commit 5afa0f4

Browse files
committed
new color for genpass links and new active color for buttons
1 parent 11607f5 commit 5afa0f4

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .10pt; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
379379
.ui-button { filter:chroma(color=#000000); cursor: pointer; color: #555; background-color: #ececec; border: 1px solid #e0e0e0; border-radius: 3px 3px 3px 3px; font-weight: bold; font-size: 14px; padding: 2px 16px; width: 108px; height: 34px; }
380380
.ui-button:hover { border: 1px solid #f79b44; background-color: #f79b44; color: #fff;}
381-
.ui-button:active { background-color: #999; color: #fff; border: 1px solid #999; }
381+
.ui-button:active { background-color: #ccc; color: #fff; border: 1px solid #ccc; }
382382
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
383383
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
384384
.ui-button-icons-only { width: 3.4em; }

web/css/main.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ form {
246246
}
247247

248248
.submenu-button-main:hover {
249-
color: #fff;
250249
border: 1px solid #999;
251250
background-color: #999;
252251
}
@@ -256,9 +255,8 @@ form {
256255
}
257256

258257
.submenu-button-main:active {
259-
color: #555;
260-
background-color: #ececec;
261-
border: 1px solid #e0e0e0;
258+
border: 1px solid #ccc;
259+
background-color: #ccc;
262260
}
263261

264262
.submenu-button:active {
@@ -751,19 +749,17 @@ form {
751749
}
752750

753751
.button:hover {
754-
color: #fff;
755752
border: 1px solid #999;
756753
background-color: #999;
757754
}
758755

759756
.button:active {
760-
color: #555;
761-
background-color: #ececec;
762-
border: 1px solid #e0e0e0;
757+
border: 1px solid #ccc;
758+
background-color: #ccc;
763759
}
764760

765761
.genpass {
766-
color: #34536a;
762+
color: #2361a1;
767763
font-size: 8pt;
768764
padding: 0 5px;
769765
letter-spacing: 0.1em;

0 commit comments

Comments
 (0)