@@ -32,10 +32,13 @@ html {
3232 margin-top : 1px ;
3333}
3434# sepiaFW-chat-controls {
35- background : linear-gradient (rgba (5 , 25 , 45 , 0 ), # 051525, # 051525 );
35+ background : linear-gradient (rgba (5 , 25 , 45 , 0 ), # 051525, # 051525 ) !important ;
3636 border-bottom : 1px solid # 051525 ;
3737 overflow : visible;
3838}
39+ # sepiaFW-chat-controls .chat-menu {
40+ background : # 051525 ;
41+ }
3942
4043# sepiaFW-main-window {
4144 color : # fff ;
4649
4750# sepiaFW-main-window button ,
4851.sepiaFW-touch-device # sepiaFW-main-window button : hover {
49- background : rgba ( 16 , 32 , 48 , 0.75 ); ;
52+ background : transparent ;
5053 color : # 15abc3 ;
5154}
5255.sepiaFW-notouch-device # sepiaFW-main-window button : hover {
5760.sepiaFW-notouch-device # sepiaFW-chat-controls button : hover ,
5861.sepiaFW-notouch-device # sepiaFW-nav-bar button : hover {
5962 background : transparent;
60- text-shadow : 0px 0px 2px # fff
63+ text-shadow : 0px 0px 2px # fff;
6164}
6265# sepiaFW-login-form button {
6366 background : rgba (20 , 163 , 187 , 0.66 );
@@ -101,6 +104,11 @@ html {
101104# sepiaFW-chat-menu {
102105 background : rgba (21 , 171 , 195 , 1.00 );
103106 color : # fff ;
107+ box-shadow : inset 0 0 5px 1px # fff ;
108+ height : calc (100% - 106px );
109+ }
110+ # sepiaFW-chat-menu : not (.full-screen ) {
111+ padding-bottom : 4px ;
104112}
105113# sepiaFW-chat-menu-head-border {
106114 background : linear-gradient (to right, rgba (0 , 0 , 0 , 0 ) 0% , rgba (255 , 255 , 255 , 0.5 ) 40% , rgba (255 , 255 , 255 , 0.5 ) 60% , rgba (0 , 0 , 0 , 0 ) 100% );
@@ -122,6 +130,11 @@ html {
122130 background : # 102030 ;
123131 color : # fff ;
124132}
133+ # sepiaFW-chat-controls-more-menu {
134+ box-shadow : inset 0 0 5px 1px # fff ;
135+ bottom : 56px ;
136+ padding-bottom : 4px ;
137+ }
125138# sepiaFW-chat-controls-more-menu button {
126139 background : # 102030 ;
127140 color : # ECEBE7 ;
@@ -141,20 +154,23 @@ html {
141154 border : 1px solid # 15abc3 ;
142155 box-shadow : 0 0 5px # 15abc3 ;
143156 color : # fff ;
157+ background : rgba (16 , 32 , 48 , 0.75 );
144158}
145159
160+ /*
146161#sepiaFW-myEvents-buttons button,
147162#sepiaFW-myEvents-buttons-replaced button,
148163.sepiaFW-touch-device #sepiaFW-myEvents-buttons button {
149- background : # 102030 ;
164+ background: rgba(16, 32, 48, 0.75) ;
150165 color: #fff;
151- border : 1px solid # fff !important ;
166+ border: 1px solid #15abc3 !important;
152167 box-shadow: 0 0 5px #fff !important;
153168}
154169#sepiaFW-myEvents-buttons button:hover {
155170 background: #fff;
156171 color: #102030;
157172}
173+ */
158174/*
159175#sepiaFW-main-window .chat-buttons-area button,
160176.sepiaFW-touch-device #sepiaFW-main-window .chat-buttons-area button {
0 commit comments