Fossil SCM
CSS: ensure that links in the attachment widget's error messages are legible (add contrast).
Commit
f3bf8445746feea03d60f906357ef1e0cb630cc68bbcb5f085292f1954568b10
Parent
45c5ce742b88778…
1 file changed
+4
+4
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -2036,10 +2036,14 @@ | ||
| 2036 | 2036 | .Attacher .error { |
| 2037 | 2037 | padding: 0.5em; |
| 2038 | 2038 | background-color: #d32f2f; |
| 2039 | 2039 | color: #fff; |
| 2040 | 2040 | } |
| 2041 | +.Attacher .error a { | |
| 2042 | + color: inherit; | |
| 2043 | + text-decoration: underline; | |
| 2044 | +} | |
| 2041 | 2045 | body.fossil-dark-style .Attacher .attach-row { |
| 2042 | 2046 | background-color: initial; |
| 2043 | 2047 | } |
| 2044 | 2048 | .Attacher .attach-dropzone { |
| 2045 | 2049 | padding: 1em; |
| 2046 | 2050 |
| --- 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 |