Fossil SCM
Ensure that the text in the Title field in the new forum editor is visible in dark-style skins.
Commit
4041c766dd49beef63a1e445e91e372f83a83cacaab1195ab7fa22d39da29017
Parent
8ada7fa8bec576e…
1 file changed
-1
-1
| --- src/style.forum.css | ||
| +++ src/style.forum.css | ||
| @@ -63,11 +63,10 @@ | ||
| 63 | 63 | .ForumPostEditor > .titlebar > .title { |
| 64 | 64 | flex-grow: 1; |
| 65 | 65 | /* Clear some globals... */ |
| 66 | 66 | font-size: inherit; |
| 67 | 67 | max-width: initial; |
| 68 | - color: initial; | |
| 69 | 68 | } |
| 70 | 69 | .ForumPostEditor > .buttons { |
| 71 | 70 | font-size: 90%; |
| 72 | 71 | display: flex; |
| 73 | 72 | flex-direction: row; |
| 74 | 73 |
| --- src/style.forum.css | |
| +++ src/style.forum.css | |
| @@ -63,11 +63,10 @@ | |
| 63 | .ForumPostEditor > .titlebar > .title { |
| 64 | flex-grow: 1; |
| 65 | /* Clear some globals... */ |
| 66 | font-size: inherit; |
| 67 | max-width: initial; |
| 68 | color: initial; |
| 69 | } |
| 70 | .ForumPostEditor > .buttons { |
| 71 | font-size: 90%; |
| 72 | display: flex; |
| 73 | flex-direction: row; |
| 74 |
| --- src/style.forum.css | |
| +++ src/style.forum.css | |
| @@ -63,11 +63,10 @@ | |
| 63 | .ForumPostEditor > .titlebar > .title { |
| 64 | flex-grow: 1; |
| 65 | /* Clear some globals... */ |
| 66 | font-size: inherit; |
| 67 | max-width: initial; |
| 68 | } |
| 69 | .ForumPostEditor > .buttons { |
| 70 | font-size: 90%; |
| 71 | display: flex; |
| 72 | flex-direction: row; |
| 73 |