Skip to content

Commit 11d3198

Browse files
committed
improving color contrast
1 parent 1ca6806 commit 11d3198

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
5959
.ui-widget-content { border: 1px solid #aaaaaa; color: #222222; }
6060
.ui-widget-content a { color: #222222; }
61-
.ui-widget-header { background: #ebe9dc; color: #777777; font-size: 10pt; font-weight: bold;}
61+
.ui-widget-header { background: #505050; color: #fff; font-size: 10pt; font-weight: bold;}
6262
.ui-widget-header a { color: #222222; }
6363

6464
/* Interaction Cues
@@ -418,7 +418,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
418418
*/
419419
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background: #fff; }
420420
.ui-dialog .ui-dialog-titlebar { padding: .4em 10pt; position: relative; }
421-
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Arial; color: #323232;}
421+
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Arial; color: #fff;}
422422
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
423423
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
424424
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

web/templates/header.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929

3030
.top {
31-
color: #f5de50;
31+
color: #e9d97b;
3232
padding: 0;
3333
font-family: Arial, Helvetica, sans-serif;
3434
margin: 0;
@@ -199,7 +199,7 @@
199199
cursor: pointer;
200200
color: #333;
201201
background-color: #fafafa;
202-
border: 1px solid #d3d3d3;
202+
border: 1px solid #c3c3c3;
203203
border-radius: 3px 3px 3px 3px;
204204
padding: 0;
205205
font-size: 12px;
@@ -336,12 +336,12 @@
336336

337337
.data-row:hover {
338338
margin: 0;
339-
background-color: #f2f2e9;
339+
background-color: #f7f6ed;
340340
}
341341

342342
.datarowhover {
343343
margin: 0;
344-
background-color: #f2f2e9;
344+
background-color: #f7f6ed;
345345
}
346346

347347
.data-null {
@@ -358,7 +358,7 @@
358358

359359
.data-add {
360360
margin: 0;
361-
background-color: #f2f2e9;
361+
background-color: #f7f6ed;
362362
border-left: 1px solid #e9e9e9;
363363
border-right: 1px solid #e9e9e9;
364364
border-bottom: 1px solid #e9e9e9;
@@ -547,7 +547,7 @@
547547

548548
.name {
549549
font-size: 16pt;
550-
color: #777;
550+
color: #555;
551551
padding: 0 0 0 10px;
552552
}
553553

@@ -641,9 +641,9 @@
641641
.button {
642642
filter:chroma(color=#000000);
643643
cursor: pointer;
644-
color: #333;
644+
color: #222;
645645
background-color: #fafafa;
646-
border: 1px solid #d3d3d3;
646+
border: 1px solid #c3c3c3;
647647
border-radius: 3px 3px 3px 3px;
648648
font-size: 14px;
649649
padding: 2px 16px;

0 commit comments

Comments
 (0)