Fossil SCM

Reorder some styles to ensure that the drag-over style effect happens for populated attachment slots.

stephan 2026-06-02 21:14 UTC attach-v2
Commit 58d98eed186ab599d64b6385c43231f6d33e286cd77bcb50356a5089b5888f9f
1 file changed +4 -4
+4 -4
--- src/default.css
+++ src/default.css
@@ -2036,19 +2036,19 @@
20362036
transition: background-color 0.15s ease-in-out;
20372037
display: flex;
20382038
flex-direction: row;
20392039
flex-wrap: nowrap;
20402040
}
2041
-.attach-container > .attach-row > .attach-dropzone.dragover {
2042
- background-color: #e1f5fe;
2043
- border-color: #03a9f4;
2044
-}
20452041
.attach-container > .attach-row > .attach-dropzone.populated {
20462042
background-color: #f1f8e9;
20472043
border-color: #8bc34a;
20482044
border-style: solid;
20492045
text-align: left;
2046
+}
2047
+.attach-container > .attach-row > .attach-dropzone.dragover {
2048
+ background-color: #e1f5fe;
2049
+ border-color: #03a9f4;
20502050
}
20512051
.attach-container > .attach-row > .attach-dropzone > .thumbnail {
20522052
max-width: 10em;
20532053
max-height: 10em;
20542054
}
20552055
--- src/default.css
+++ src/default.css
@@ -2036,19 +2036,19 @@
2036 transition: background-color 0.15s ease-in-out;
2037 display: flex;
2038 flex-direction: row;
2039 flex-wrap: nowrap;
2040 }
2041 .attach-container > .attach-row > .attach-dropzone.dragover {
2042 background-color: #e1f5fe;
2043 border-color: #03a9f4;
2044 }
2045 .attach-container > .attach-row > .attach-dropzone.populated {
2046 background-color: #f1f8e9;
2047 border-color: #8bc34a;
2048 border-style: solid;
2049 text-align: left;
 
 
 
 
2050 }
2051 .attach-container > .attach-row > .attach-dropzone > .thumbnail {
2052 max-width: 10em;
2053 max-height: 10em;
2054 }
2055
--- src/default.css
+++ src/default.css
@@ -2036,19 +2036,19 @@
2036 transition: background-color 0.15s ease-in-out;
2037 display: flex;
2038 flex-direction: row;
2039 flex-wrap: nowrap;
2040 }
 
 
 
 
2041 .attach-container > .attach-row > .attach-dropzone.populated {
2042 background-color: #f1f8e9;
2043 border-color: #8bc34a;
2044 border-style: solid;
2045 text-align: left;
2046 }
2047 .attach-container > .attach-row > .attach-dropzone.dragover {
2048 background-color: #e1f5fe;
2049 border-color: #03a9f4;
2050 }
2051 .attach-container > .attach-row > .attach-dropzone > .thumbnail {
2052 max-width: 10em;
2053 max-height: 10em;
2054 }
2055

Keyboard Shortcuts

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