Skip to content

Commit 9e6ac67

Browse files
committed
skin style tweaks;
1 parent 6f8a49d commit 9e6ac67

File tree

3 files changed

+23
-17
lines changed

3 files changed

+23
-17
lines changed

www/css/sepiaFW-skin-ILA-legacy.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ html {
1919
#sepiaFW-asC { background-color: #01fca0; }
2020
#sepiaFW-adC { background-color: #ffff00; }
2121

22-
#sepiaFW-navC { background-color: #000; }
23-
#sepiaFW-statC { background-color: transparent; }
22+
#sepiaFW-navC { background-color: #000; }
23+
#sepiaFW-statC { background-color: #000; }
2424

2525
#sepiaFW-nav-bar, #sepiaFW-chat-controls-form, #sepiaFW-chat-controls-right {
2626
background: #0057d6;
@@ -213,7 +213,7 @@ html {
213213

214214
.sepiaFW-cards-button,
215215
.sepiaFW-notouch-device .sepiaFW-cards-button:hover {
216-
background: #002d70;
216+
background: #044ab0;
217217
color: #fff;
218218
}
219219

@@ -237,7 +237,7 @@ html {
237237
color: #646464
238238
}
239239
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
240-
background: #002d70;
240+
background: #044ab0;
241241
}
242242

243243
.sepiaFW-cards-list-body .listElement .listRight:hover,
@@ -257,7 +257,7 @@ html {
257257
/*----- teachUI -----*/
258258

259259
#sepiaFW-teachUI-nav-bar {
260-
background: #002d70;
260+
background: #0057d6;
261261
color: #fff;
262262
}
263263
#sepiaFW-teachUI-view label {

www/css/sepiaFW-skin-myMessage.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ html {
99

1010
#sepiaFW-pC { background-color: #fff; }
1111
#sepiaFW-sC { background-color: #027BFF; }
12-
#sepiaFW-sC2 { background-color: #66add7; }
13-
#sepiaFW-aC { background-color: rgba(166, 58, 80, 1.0); }
12+
#sepiaFW-sC2 { background-color: #66add7; }
13+
#sepiaFW-aC { background-color: rgba(166, 58, 80, 1.0); }
1414
#sepiaFW-aC2 { background-color: #ceff1a; }
15-
#sepiaFW-asC { background-color: #000; }
16-
#sepiaFW-adC { background-color: gold; }
15+
#sepiaFW-asC { background-color: #000; }
16+
#sepiaFW-adC { background-color: gold; }
17+
18+
#sepiaFW-navC { background-color: #000; }
19+
#sepiaFW-statC { background-color: #000; }
1720

1821
#sepiaFW-login-box input, #sepiaFW-main-window input {
1922
border: 1px solid #EBEBFF;

www/css/sepiaFW-skin-os1.css

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ html {
99
border-color: #C74927;
1010
}
1111

12-
#sepiaFW-pC { background-color: #C74927; }
13-
#sepiaFW-sC { background-color: #fcf9ee; }
14-
#sepiaFW-sC2 { background-color: rgba(82, 67, 53, 1.0); }
15-
#sepiaFW-aC { background-color: rgba(180, 120, 223, 0.92); }
16-
#sepiaFW-aC2 { background-color: #85807e; }
17-
#sepiaFW-asC { background-color: #C74927; }
18-
#sepiaFW-adC { background-color: gold; }
19-
#sepiaFW-lC { background-color: rgba(200, 200, 200, 0.50); }
12+
#sepiaFW-pC { background-color: #C74927; }
13+
#sepiaFW-sC { background-color: #fcf9ee; }
14+
#sepiaFW-sC2 { background-color: rgba(82, 67, 53, 1.0); }
15+
#sepiaFW-aC { background-color: rgba(180, 120, 223, 0.92); }
16+
#sepiaFW-aC2 { background-color: #85807e; }
17+
#sepiaFW-asC { background-color: #C74927; }
18+
#sepiaFW-adC { background-color: gold; }
19+
#sepiaFW-lC { background-color: rgba(200, 200, 200, 0.50); }
20+
21+
/* #sepiaFW-navC { background-color: #232323; } */
22+
/* #sepiaFW-statC { background-color: #232323; } */
2023

2124
#sepiaFW-login-box, #sepiaFW-nav-bar, #sepiaFW-chat-controls-form, #sepiaFW-chat-controls-right {
2225
background: #C74927;

0 commit comments

Comments
 (0)