Fossil SCM
Reorder some styles to ensure that the drag-over style effect happens for populated attachment slots.
Commit
58d98eed186ab599d64b6385c43231f6d33e286cd77bcb50356a5089b5888f9f
Parent
307213a0631ec19…
1 file changed
+4
-4
+4
-4
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -2036,19 +2036,19 @@ | ||
| 2036 | 2036 | transition: background-color 0.15s ease-in-out; |
| 2037 | 2037 | display: flex; |
| 2038 | 2038 | flex-direction: row; |
| 2039 | 2039 | flex-wrap: nowrap; |
| 2040 | 2040 | } |
| 2041 | -.attach-container > .attach-row > .attach-dropzone.dragover { | |
| 2042 | - background-color: #e1f5fe; | |
| 2043 | - border-color: #03a9f4; | |
| 2044 | -} | |
| 2045 | 2041 | .attach-container > .attach-row > .attach-dropzone.populated { |
| 2046 | 2042 | background-color: #f1f8e9; |
| 2047 | 2043 | border-color: #8bc34a; |
| 2048 | 2044 | border-style: solid; |
| 2049 | 2045 | text-align: left; |
| 2046 | +} | |
| 2047 | +.attach-container > .attach-row > .attach-dropzone.dragover { | |
| 2048 | + background-color: #e1f5fe; | |
| 2049 | + border-color: #03a9f4; | |
| 2050 | 2050 | } |
| 2051 | 2051 | .attach-container > .attach-row > .attach-dropzone > .thumbnail { |
| 2052 | 2052 | max-width: 10em; |
| 2053 | 2053 | max-height: 10em; |
| 2054 | 2054 | } |
| 2055 | 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.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 |