Skip to content

Commit 667e7f1

Browse files
committed
fixed some bugs in skin 'prof.'
1 parent dc85336 commit 667e7f1

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

www/css/sepiaFW-skin-professional.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ html {
1212
border-width: 6px;
1313
border-radius: 0px;
1414
}
15+
.sepiaFW-top-layer-view {
16+
border-radius: 0px;
17+
}
1518
}
1619

1720
#sepiaFW-pC { background-color: #1b1e20; }
@@ -24,15 +27,23 @@ html {
2427
#sepiaFW-lC { background-color: #606165; }
2528

2629
#sepiaFW-login-box {
27-
background: #606165;
30+
background: #2d3034;
2831
color: #fff;
32+
border-radius: 0;
33+
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
2934
}
3035
#sepiaFW-login-box p {
3136
color: #fff;
3237
}
33-
#sepiaFW-login-box button {
38+
#sepiaFW-login-box button:not(#sepiaFW-login-extend-btn) {
3439
background: #0067b8;
3540
color: #fff;
41+
border-radius: 0;
42+
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
43+
}
44+
#sepiaFW-login-box input {
45+
border-radius: 0;
46+
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
3647
}
3748

3849
#sepiaFW-nav-bar, #sepiaFW-chat-controls-form {
@@ -47,6 +58,9 @@ html {
4758
background: linear-gradient(rgba(27,30,32,0), #1b1e20, #1b1e20);
4859
border-bottom-color: #1b1e20;
4960
}
61+
#sepiaFW-chat-controls input {
62+
border-radius: 0;
63+
}
5064

5165
#sepiaFW-main-window button,
5266
.sepiaFW-touch-device #sepiaFW-main-window button:hover {

www/css/sepiaFW-style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ body {
458458
}
459459
#sepiaFW-login-form {
460460
overflow: hidden;
461+
padding-bottom: 4px;
461462
}
462463
#sepiaFW-login-links {
463464
display: flex;

0 commit comments

Comments
 (0)