File tree Expand file tree Collapse file tree 2 files changed +12
-34
lines changed Expand file tree Collapse file tree 2 files changed +12
-34
lines changed Original file line number Diff line number Diff line change 1
1
/*Global styles*/
2
2
3
3
# custom-hotbar {
4
- z-index : 69 ;
4
+ z-index : 29 ;
5
5
position : fixed;
6
6
bottom : 63px ;
7
7
left : 220px ;
@@ -198,7 +198,7 @@ span.custom-macro-key {
198
198
199
199
/*
200
200
nav#context-menu {
201
- z-index: 71 ;
201
+ z-index: 31 ;
202
202
}
203
203
*/
204
204
@@ -217,7 +217,6 @@ div#client-settings div.chb-user {
217
217
padding-left : 6px ;
218
218
}
219
219
220
-
221
220
/* fix boundary between two stylized settings divs */
222
221
/* Extra specficity for first box to work properly with Tidy UI styles */
223
222
div # client-settings div # chbSetDiv {
@@ -236,19 +235,15 @@ div#client-settings div#coreSetDiv {
236
235
border-top : none;
237
236
}
238
237
239
- # client-settings div # chbDisableDiv > span
240
- , # client-settings div # coreDisableDiv > span {
241
- margin-left : 0 ;
242
- flex : none;
243
- }
244
-
245
- div .chb-setting > button {
246
- flex : 1 1 100% ;
247
- }
248
-
249
-
250
- div .chbDisable {
251
- padding-left : 45px ;
238
+ /* with apologies to sdenec, lifted from Tidy UI Settings module, which you should install... */
239
+ # client-settings .chb-setting label ,
240
+ # client-settings .chb-setting > label {
241
+ flex-grow : unset;
242
+ flex-basis : unset;
243
+ flex : 1 1 100% ;
244
+ line-height : 1.2 ;
245
+ margin : 0 0 .25rem calc (13px + 1rem );
246
+ order : -1 ;
252
247
}
253
248
254
249
.macro .tooltip span {
@@ -292,21 +287,4 @@ div#custom-hotbar-settings-form h1 {
292
287
293
288
div # custom-hotbar-settings-form h2 {
294
289
font-size : large;
295
- }
296
-
297
- div # keyHintDiv {
298
- font-weight : bolder;
299
- }
300
-
301
- div # keyHintDiv > p {
302
- font-weight : normal;
303
- }
304
-
305
- div # keyHintDiv > div > input {
306
- display : none;
307
- }
308
-
309
- div .chbSettings > div .colorsplash > input {
310
- background-color : white;
311
- border : 1px solid black;
312
290
}
Original file line number Diff line number Diff line change 1
- const customHotbarDebug = true ;
1
+ const customHotbarDebug = false ;
2
2
3
3
export function CHBDebug ( message ) {
4
4
if ( customHotbarDebug ) {
You can’t perform that action at this time.
0 commit comments