Skip to content

Commit 4fbf79a

Browse files
committed
(pre 0.16.1) fixed issue with 'Nightlife' skin
1 parent 9403309 commit 4fbf79a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

www/css/sepiaFW-skin-neon.css

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ html {
103103
}
104104

105105
#sepiaFW-chat-controls-speech-box {
106-
background: rgba(24, 40, 58, 0.92);
107-
border: 1px solid #15abc3;
108-
box-shadow: 0 0 5px #15abc3;
106+
background: rgba(23, 23, 52, 0.93);
107+
border: 1px solid #3F51B5;
108+
box-shadow: 0 0 5px #3F51B5;
109109
}
110110
#sepiaFW-chat-controls-speech-box > div {
111111
background: transparent;
@@ -357,10 +357,14 @@ html {
357357
/*----- teachUI -----*/
358358

359359
#sepiaFW-teachUI-view {
360-
background: #102030;
360+
background: #101035;
361+
}
362+
#sepiaFW-teachUI-view a,
363+
#sepiaFW-teachUI-view a:visited {
364+
color: #c91bc3;
361365
}
362366
#sepiaFW-teachUI-nav-bar {
363-
background: #15abc3;
367+
background: #3F51B5;
364368
color: #fff;
365369
}
366370
#sepiaFW-teachUI-view label {
@@ -369,10 +373,10 @@ html {
369373
}
370374
#sepiaFW-teachUI-editor button,
371375
#sepiaFW-teachUI-manager button {
372-
background: #15abc3 !important;
376+
background: rgba(148, 41, 129, 0.75) !important;
373377
color: #fff !important;
374-
box-shadow: 0 0 5px #fff;
375-
border: 1px solid #fff;
378+
box-shadow: 0 0 5px #c91bc3;
379+
border: 1px solid #c91bc3;
376380
}
377381

378382
/*----- AlwaysOn -----*/

0 commit comments

Comments
 (0)