Skip to content

Commit 3b5f5f7

Browse files
committed
little bit more contrast background
1 parent b5acf1f commit 3b5f5f7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

web/css/main.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
body {
22
font-family: Arial, Helvetica, sans-serif;
33
background-color: #e5e5e5;
4+
background-color: #e1e8e8;
45
margin: 0;
56
padding: 0;
67
border: 0;
@@ -52,7 +53,7 @@ td {
5253
}
5354

5455
.top-link:active{
55-
color: #2361a1;
56+
color: #333;
5657
background-color: #f1f1f1;
5758
}
5859

@@ -65,7 +66,7 @@ td {
6566
line-height: 22px;
6667
padding: 0 20px 2px;
6768
color: #333;
68-
background-color: #f1f1f1;
69+
background-color: #e2e2e2;
6970
}
7071

7172
.top-selected-link:hover {
@@ -195,6 +196,7 @@ td {
195196
height: 58px;
196197
line-height: 1.4em;
197198
font-size: 9pt;
199+
font-family: Arial, Helvetica, sans-serif;
198200
color: #333;
199201
decoration: none;
200202
}
@@ -838,12 +840,12 @@ td {
838840
}
839841

840842
.generate:hover {
841-
color: #7fa1cb;
843+
background-color: #f79b44;
844+
color: #fff;
842845
}
843846

844847
.generate:active {
845-
background-color: #f79b44;
846-
color: #fff;
848+
background-color: #999;
847849
}
848850

849851
.vst-advanced {
@@ -903,19 +905,18 @@ td {
903905
}
904906

905907
.login-bottom {
906-
color: #ebe9dc;
907908
text-align: right;
908909
vertical-align:top;
909-
width: 500px;
910+
width: 474px;
910911
height: 50px;
911912
margin: 0;
913+
padding: 0 26px 0 0;
912914
}
913915

914916
.vestacp{
915917
font-size: 8pt;
916-
color: #222;
918+
color: #505050;
917919
text-align: right;
918-
padding: 0 8px 0 0;
919920
}
920921

921922
.error {

0 commit comments

Comments
 (0)