Fossil SCM
Remove a dead form field. Consolidate two partially-duplicated CSS rules.
Commit
9ea044d982d4bc46b523bce73c41a29877bf09c6352ffcb21818335e4e11376c
Parent
01f6259455d1d62…
2 files changed
+2
-3
-1
+2
-3
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -2075,13 +2075,10 @@ | ||
| 2075 | 2075 | background-color: #e1f5fe; |
| 2076 | 2076 | color: black; |
| 2077 | 2077 | border-color: #03a9f4; |
| 2078 | 2078 | } |
| 2079 | 2079 | body.fossil-dark-style .Attacher .attach-dropzone.dragover{ |
| 2080 | - border-color: #03a9f4; | |
| 2081 | -} | |
| 2082 | -body.fossil-dark-style .Attacher .attach-dropzone.dragover{ | |
| 2083 | 2080 | background-color: #e1f5fe; |
| 2084 | 2081 | border-color: #03a9f4; |
| 2085 | 2082 | } |
| 2086 | 2083 | .Attacher .thumbnail { |
| 2087 | 2084 | max-width: 10em; |
| @@ -2129,10 +2126,12 @@ | ||
| 2129 | 2126 | cursor: pointer; |
| 2130 | 2127 | flex-grow: 2; |
| 2131 | 2128 | line-height: initial/*work around an inherited alignment quirk*/; |
| 2132 | 2129 | } |
| 2133 | 2130 | |
| 2131 | +/* .animate-X and their associated @keyframes are used by various | |
| 2132 | + widgets to animate their comings and goings. */ | |
| 2134 | 2133 | .animate-entrance { |
| 2135 | 2134 | animation: slideFadeIn 0.25s linear forwards; |
| 2136 | 2135 | transform-origin: top; |
| 2137 | 2136 | overflow: hidden /*prevent content bleeding during expansion*/; |
| 2138 | 2137 | } |
| 2139 | 2138 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -2075,13 +2075,10 @@ | |
| 2075 | background-color: #e1f5fe; |
| 2076 | color: black; |
| 2077 | border-color: #03a9f4; |
| 2078 | } |
| 2079 | body.fossil-dark-style .Attacher .attach-dropzone.dragover{ |
| 2080 | border-color: #03a9f4; |
| 2081 | } |
| 2082 | body.fossil-dark-style .Attacher .attach-dropzone.dragover{ |
| 2083 | background-color: #e1f5fe; |
| 2084 | border-color: #03a9f4; |
| 2085 | } |
| 2086 | .Attacher .thumbnail { |
| 2087 | max-width: 10em; |
| @@ -2129,10 +2126,12 @@ | |
| 2129 | cursor: pointer; |
| 2130 | flex-grow: 2; |
| 2131 | line-height: initial/*work around an inherited alignment quirk*/; |
| 2132 | } |
| 2133 | |
| 2134 | .animate-entrance { |
| 2135 | animation: slideFadeIn 0.25s linear forwards; |
| 2136 | transform-origin: top; |
| 2137 | overflow: hidden /*prevent content bleeding during expansion*/; |
| 2138 | } |
| 2139 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -2075,13 +2075,10 @@ | |
| 2075 | background-color: #e1f5fe; |
| 2076 | color: black; |
| 2077 | border-color: #03a9f4; |
| 2078 | } |
| 2079 | body.fossil-dark-style .Attacher .attach-dropzone.dragover{ |
| 2080 | background-color: #e1f5fe; |
| 2081 | border-color: #03a9f4; |
| 2082 | } |
| 2083 | .Attacher .thumbnail { |
| 2084 | max-width: 10em; |
| @@ -2129,10 +2126,12 @@ | |
| 2126 | cursor: pointer; |
| 2127 | flex-grow: 2; |
| 2128 | line-height: initial/*work around an inherited alignment quirk*/; |
| 2129 | } |
| 2130 | |
| 2131 | /* .animate-X and their associated @keyframes are used by various |
| 2132 | widgets to animate their comings and goings. */ |
| 2133 | .animate-entrance { |
| 2134 | animation: slideFadeIn 0.25s linear forwards; |
| 2135 | transform-origin: top; |
| 2136 | overflow: hidden /*prevent content bleeding during expansion*/; |
| 2137 | } |
| 2138 |
-1
| --- src/forum.c | ||
| +++ src/forum.c | ||
| @@ -2263,11 +2263,10 @@ | ||
| 2263 | 2263 | forum_post_widget(0, zMimetype, zContent); |
| 2264 | 2264 | } |
| 2265 | 2265 | if( !isDelete ){ |
| 2266 | 2266 | @ <input type="submit" name="preview" value="Preview"> |
| 2267 | 2267 | } |
| 2268 | - @ <input type="hidden" name="legacy" value="1"> | |
| 2269 | 2268 | @ <input type="submit" name="cancel" value="Cancel"> |
| 2270 | 2269 | if( isDelete || (bPreview && !fossil_all_whitespace(zContent)) ){ |
| 2271 | 2270 | if( !iClosed || g.perm.Admin ) { |
| 2272 | 2271 | @ <input type="submit" name="submit" value="Submit"> |
| 2273 | 2272 | } |
| 2274 | 2273 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -2263,11 +2263,10 @@ | |
| 2263 | forum_post_widget(0, zMimetype, zContent); |
| 2264 | } |
| 2265 | if( !isDelete ){ |
| 2266 | @ <input type="submit" name="preview" value="Preview"> |
| 2267 | } |
| 2268 | @ <input type="hidden" name="legacy" value="1"> |
| 2269 | @ <input type="submit" name="cancel" value="Cancel"> |
| 2270 | if( isDelete || (bPreview && !fossil_all_whitespace(zContent)) ){ |
| 2271 | if( !iClosed || g.perm.Admin ) { |
| 2272 | @ <input type="submit" name="submit" value="Submit"> |
| 2273 | } |
| 2274 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -2263,11 +2263,10 @@ | |
| 2263 | forum_post_widget(0, zMimetype, zContent); |
| 2264 | } |
| 2265 | if( !isDelete ){ |
| 2266 | @ <input type="submit" name="preview" value="Preview"> |
| 2267 | } |
| 2268 | @ <input type="submit" name="cancel" value="Cancel"> |
| 2269 | if( isDelete || (bPreview && !fossil_all_whitespace(zContent)) ){ |
| 2270 | if( !iClosed || g.perm.Admin ) { |
| 2271 | @ <input type="submit" name="submit" value="Submit"> |
| 2272 | } |
| 2273 |