Fossil SCM

Micro-tweaking of CSS to account for the fieldset substitution.

stephan 2021-09-23 15:32 chat-user-filter
Commit c00002656a60314aadd02740e3b15de2845705b8015b07e30d0040f13108ce2d
1 file changed +2 -1
--- src/style.chat.css
+++ src/style.chat.css
@@ -327,11 +327,11 @@
327327
}
328328
329329
body.chat #chat-user-list-wrapper {
330330
/* Safari can't do fieldsets right, so we emulate one. */
331331
border-radius: 0.5em;
332
- margin: 0.3em 0 0.2em 0;
332
+ margin: 0.55em 0 0.2em 0;
333333
padding: 0.25em 0.5em;
334334
font-size: 85%;
335335
border-style: inset;
336336
border-width: 0 1px 1px 1px/*else collides with the LEGEND*/;
337337
}
@@ -338,10 +338,11 @@
338338
body.chat #chat-user-list-wrapper > legend {
339339
font-weight: initial;
340340
padding: 0 0.5em;
341341
position: relative;
342342
top: -1.75ex;
343
+ opacity: 0.6;
343344
}
344345
body.chat #chat-user-list {
345346
margin-top: -1.25ex;
346347
display: flex;
347348
flex-direction: row;
348349
--- src/style.chat.css
+++ src/style.chat.css
@@ -327,11 +327,11 @@
327 }
328
329 body.chat #chat-user-list-wrapper {
330 /* Safari can't do fieldsets right, so we emulate one. */
331 border-radius: 0.5em;
332 margin: 0.3em 0 0.2em 0;
333 padding: 0.25em 0.5em;
334 font-size: 85%;
335 border-style: inset;
336 border-width: 0 1px 1px 1px/*else collides with the LEGEND*/;
337 }
@@ -338,10 +338,11 @@
338 body.chat #chat-user-list-wrapper > legend {
339 font-weight: initial;
340 padding: 0 0.5em;
341 position: relative;
342 top: -1.75ex;
 
343 }
344 body.chat #chat-user-list {
345 margin-top: -1.25ex;
346 display: flex;
347 flex-direction: row;
348
--- src/style.chat.css
+++ src/style.chat.css
@@ -327,11 +327,11 @@
327 }
328
329 body.chat #chat-user-list-wrapper {
330 /* Safari can't do fieldsets right, so we emulate one. */
331 border-radius: 0.5em;
332 margin: 0.55em 0 0.2em 0;
333 padding: 0.25em 0.5em;
334 font-size: 85%;
335 border-style: inset;
336 border-width: 0 1px 1px 1px/*else collides with the LEGEND*/;
337 }
@@ -338,10 +338,11 @@
338 body.chat #chat-user-list-wrapper > legend {
339 font-weight: initial;
340 padding: 0 0.5em;
341 position: relative;
342 top: -1.75ex;
343 opacity: 0.6;
344 }
345 body.chat #chat-user-list {
346 margin-top: -1.25ex;
347 display: flex;
348 flex-direction: row;
349

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button