33 background-size : 100% 100% ;
44 background-repeat : no-repeat;
55}
6+ .tabHeader .active {
7+ background-color : # c38300 !important ;
8+ }
69.sideItemList {
710 background-color : transparent;
811 backdrop-filter : blur (10px ) brightness (133% );
1619 background-repeat : no-repeat;
1720 text-shadow : 0px 0px 4px # 00000080, 0px 2px 2px # 000 ;
1821}
22+ # loginContainer {
23+ background-color : rgba (0 , 0 , 0 , 0.5 );
24+ backdrop-filter : blur (10px ) brightness (133% );
25+ box-shadow : 2px 2px 8px # ffffff50 inset, -2px 2px 8px # ffffff50 inset, 0 5px 5px # 00000050 ;
26+ background-image : linear-gradient (# ffffffcc 0% , # ffffff20 50% , # 00000020 51% , # 00000000 100% ), radial-gradient (# ffffff60 0% , # ffffff00 80% , # ffffff00 100% );
27+ background-size : 100% 64px ;
28+ background-repeat : no-repeat;
29+ border-radius : 16px ;
30+ }
1931# AMP_Core_PrimaryTask {
2032 backdrop-filter : blur (10px ) brightness (133% );
2133 box-shadow : 2px 2px 8px # ffffff50 inset, -2px 2px 8px # ffffff50 inset, 0 5px 5px # 00000050 ;
3345 background-image : linear-gradient (# ffffffcc 0% , # ffffff20 50% , # 00000020 51% , # 00000000 100% ), radial-gradient (# ffffff60 0% , # ffffff00 80% , # ffffff00 100% );
3446 background-size : 100% 100% ;
3547 background-repeat : no-repeat;
48+ background-color : # c38300 ;
3649}
3750.analyticsSection ,
3851.ServerGroupHeader {
@@ -75,18 +88,17 @@ input[type=button] {
7588 background-image : linear-gradient (# ffffffcc 0% , # ffffff20 50% , # 00000020 51% , # 00000000 100% ), radial-gradient (# ffffff60 0% , # ffffff00 80% );
7689 box-shadow : 2px 2px 8px # ffffff50 inset, -2px 2px 8px # ffffff50 inset, 0 5px 5px # 00000050 ;
7790 border : 1px solid rgba (230 , 230 , 230 , 0.2 );
91+ border-bottom : 1px solid rgba (230 , 230 , 230 , 0.2 ) !important ;
7892 border-radius : 8px ;
7993 outline : 1px solid rgba (0 , 0 , 0 , 0.3 );
8094 font-family : Verdana, Geneva, Tahoma, sans-serif, Helvetica, sans-serif;
8195 color : white;
8296 text-shadow : 0px 0px 4px # 00000080, 0px 2px 2px # 000 ;
83- display : flex;
84- align-items : center;
85- justify-content : center;
8697 cursor : pointer;
8798 transition : background-color 0.3s ease, box-shadow 0.3s ease;
8899 font-size : 12pt ;
89100 padding : 4px 12px ;
101+ background-size : 100% ;
90102}
91103button : hover ,
92104input [type = button ]: hover {
@@ -98,7 +110,32 @@ input[type=button]:active {
98110 background-color : rgba (230 , 230 , 230 , 0.2 );
99111 box-shadow : 2px 4px 8px # ffffff80 inset, -2px 4px 8px # ffffff80 inset, 0 9px 9px # 000000aa ;
100112}
101- .iconButton {
113+ button .slimButton ,
114+ input [type = button ].slimButton {
115+ padding : 2px 6px ;
116+ }
117+ .settingsGroup .groupBody .settingContainer .listEditButton {
118+ background-color : # c38300 ;
119+ background-image : linear-gradient (rgba (255 , 255 , 255 , 0.3 ) 0% , rgba (255 , 255 , 255 , 0 ) 50% , rgba (0 , 0 , 0 , 0 ) 51% , rgba (0 , 0 , 0 , 0.3 ) 100% );
120+ background-size : 100% ;
121+ cursor : pointer;
122+ transition : background-color 0.3s ease, box-shadow 0.3s ease;
123+ }
124+ .settingsGroup .groupBody .settingContainer .listEditButton : hover {
125+ background-color : # f6a500 ;
126+ box-shadow : 0 0 8px # ffffff80 ;
127+ }
128+ .settingsGroup .groupBody .settingContainer .listEditButton : active {
129+ background-color : # 906100 ;
130+ box-shadow : 0 0 8px # 00000080 ;
131+ }
132+ .scheduleTriggerHeaderItem .scheduleHeader {
133+ color : white;
134+ font-size : 14pt ;
135+ margin-bottom : 8px ;
136+ }
137+ .iconButton ,
138+ .toolIconButton {
102139 backdrop-filter : blur (10px ) brightness (133% );
103140 box-shadow : 2px 2px 8px # ffffff50 inset, -2px 2px 8px # ffffff50 inset, 0 5px 5px # 00000050 ;
104141 background-image : linear-gradient (# ffffffcc 0% , # ffffff20 50% , # 00000020 51% , # 00000000 100% ), radial-gradient (# ffffff60 0% , # ffffff00 80% , # ffffff00 100% );
@@ -130,7 +167,7 @@ input[type=button]:active {
130167 background-color : transparent;
131168}
132169.settingsGroup .groupBody .settingContainer {
133- background-color : transparent ;
170+ background-color : rgba ( 0 , 0 , 0 , 0.5 ) ;
134171 backdrop-filter : blur (10px ) brightness (133% );
135172 box-shadow : 2px 2px 8px # ffffff50 inset, -2px 2px 8px # ffffff50 inset, 0 5px 5px # 00000050 ;
136173 background-image : linear-gradient (# ffffffcc 0% , # ffffff20 50% , # 00000020 51% , # 00000000 100% ), radial-gradient (# ffffff60 0% , # ffffff00 80% , # ffffff00 100% );
@@ -144,6 +181,19 @@ input[type=button]:active {
144181.settingsGroup .groupBody .settingContainer .settingLabel .settingDescription {
145182 color : white;
146183}
184+ .settingsGroup .groupBody .settingContainer .settingLabel input [type = text ],
185+ .settingsGroup .groupBody .settingContainer .settingLabel input [type = password ],
186+ .settingsGroup .groupBody .settingContainer .settingLabel input [type = url ],
187+ .settingsGroup .groupBody .settingContainer .settingLabel input [type = number ],
188+ .settingsGroup .groupBody .settingContainer .settingLabel input [type = email ],
189+ .settingsGroup .groupBody .settingContainer .settingLabel input [type = search ],
190+ .settingsGroup .groupBody .settingContainer .settingLabel select ,
191+ .settingsGroup .groupBody .settingContainer .settingLabel textarea ,
192+ .settingsGroup .groupBody .settingContainer .settingLabel .popupTrigger {
193+ text-shadow : 0px 0px 4px # 00000080, 0px 2px 2px # 000 ;
194+ border-radius : 16px ;
195+ padding-left : 12px ;
196+ }
147197.scheduleTriggerDescription {
148198 background-color : transparent;
149199 border : none;
@@ -158,6 +208,7 @@ input[type=button]:active {
158208 background-repeat : no-repeat;
159209 border-radius : 16px ;
160210 padding : 8px ;
211+ text-shadow : 0px 0px 4px # 00000080, 0px 2px 2px # 000 ;
161212}
162213.scheduleTriggerTask {
163214 border-bottom : 1px solid white;
0 commit comments