Fossil SCM

Add a slight drop shadow to the /chat message widgets.

stephan 2022-08-24 06:52 trunk
Commit b04740bd75600c304aa9bbee551176c0971276b83880744ea656d2f78d3b092a
1 file changed +1
--- src/style.chat.css
+++ src/style.chat.css
@@ -9,10 +9,11 @@
99
border: none;
1010
display: flex;
1111
flex-direction: column;
1212
border: none;
1313
align-items: flex-start;
14
+ filter: drop-shadow(0.1em 0.1em 0.1em #00000070);
1415
}
1516
body.chat button,
1617
body.chat input[type=button] {
1718
line-height: inherit/*undo skin-specific funkiness*/;
1819
}
1920
--- src/style.chat.css
+++ src/style.chat.css
@@ -9,10 +9,11 @@
9 border: none;
10 display: flex;
11 flex-direction: column;
12 border: none;
13 align-items: flex-start;
 
14 }
15 body.chat button,
16 body.chat input[type=button] {
17 line-height: inherit/*undo skin-specific funkiness*/;
18 }
19
--- src/style.chat.css
+++ src/style.chat.css
@@ -9,10 +9,11 @@
9 border: none;
10 display: flex;
11 flex-direction: column;
12 border: none;
13 align-items: flex-start;
14 filter: drop-shadow(0.1em 0.1em 0.1em #00000070);
15 }
16 body.chat button,
17 body.chat input[type=button] {
18 line-height: inherit/*undo skin-specific funkiness*/;
19 }
20

Keyboard Shortcuts

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