Fossil SCM
Add a slight drop shadow to the /chat message widgets.
Commit
b04740bd75600c304aa9bbee551176c0971276b83880744ea656d2f78d3b092a
Parent
a88478391e555ed…
1 file changed
+1
+1
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -9,10 +9,11 @@ | ||
| 9 | 9 | border: none; |
| 10 | 10 | display: flex; |
| 11 | 11 | flex-direction: column; |
| 12 | 12 | border: none; |
| 13 | 13 | align-items: flex-start; |
| 14 | + filter: drop-shadow(0.1em 0.1em 0.1em #00000070); | |
| 14 | 15 | } |
| 15 | 16 | body.chat button, |
| 16 | 17 | body.chat input[type=button] { |
| 17 | 18 | line-height: inherit/*undo skin-specific funkiness*/; |
| 18 | 19 | } |
| 19 | 20 |
| --- 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 |