Skip to content

Commit 129401f

Browse files
committed
a little bit more colors
1 parent 5707bda commit 129401f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

web/css/main.css

Lines changed: 10 additions & 2 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: #e8ebcc;
45
margin: 0;
56
padding: 0;
67
border: 0;
@@ -212,6 +213,9 @@ form {
212213
font-size: 9pt;
213214
font-weight: bold;
214215
font-family:Arial, Helvetica, sans-serif;
216+
color: #fafafa;
217+
border: 1px solid #f79b44;
218+
background-color: #f79b44;
215219
}
216220

217221
.submenu-button {
@@ -245,6 +249,9 @@ form {
245249
color: #fff;
246250
border: 1px solid #f79b44;
247251
background-color: #f79b44;
252+
color: #fff;
253+
border: 1px solid #87a1c2;
254+
background-color: #87a1c2;
248255
}
249256

250257
.submenu-button:hover {
@@ -253,8 +260,9 @@ form {
253260

254261
.submenu-button-main:active {
255262
color: #555;
256-
border: 1px solid #f79b44;
257-
background-color: #f79b44;
263+
background-color: #ececec;
264+
border: 1px solid #e0e0e0;
265+
258266
}
259267

260268
.submenu-button:active {

0 commit comments

Comments
 (0)