Fossil SCM

CSS: ensure that links in the attachment widget's error messages are legible (add contrast).

stephan 2026-06-08 14:45 UTC forum-editor-2026
Commit f3bf8445746feea03d60f906357ef1e0cb630cc68bbcb5f085292f1954568b10
1 file changed +4
--- src/default.css
+++ src/default.css
@@ -2036,10 +2036,14 @@
20362036
.Attacher .error {
20372037
padding: 0.5em;
20382038
background-color: #d32f2f;
20392039
color: #fff;
20402040
}
2041
+.Attacher .error a {
2042
+ color: inherit;
2043
+ text-decoration: underline;
2044
+}
20412045
body.fossil-dark-style .Attacher .attach-row {
20422046
background-color: initial;
20432047
}
20442048
.Attacher .attach-dropzone {
20452049
padding: 1em;
20462050
--- src/default.css
+++ src/default.css
@@ -2036,10 +2036,14 @@
2036 .Attacher .error {
2037 padding: 0.5em;
2038 background-color: #d32f2f;
2039 color: #fff;
2040 }
 
 
 
 
2041 body.fossil-dark-style .Attacher .attach-row {
2042 background-color: initial;
2043 }
2044 .Attacher .attach-dropzone {
2045 padding: 1em;
2046
--- src/default.css
+++ src/default.css
@@ -2036,10 +2036,14 @@
2036 .Attacher .error {
2037 padding: 0.5em;
2038 background-color: #d32f2f;
2039 color: #fff;
2040 }
2041 .Attacher .error a {
2042 color: inherit;
2043 text-decoration: underline;
2044 }
2045 body.fossil-dark-style .Attacher .attach-row {
2046 background-color: initial;
2047 }
2048 .Attacher .attach-dropzone {
2049 padding: 1em;
2050

Keyboard Shortcuts

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