| | @@ -2023,10 +2023,13 @@ |
| 2023 | 2023 | gap: 0.5em; |
| 2024 | 2024 | padding: 0.75em; |
| 2025 | 2025 | border: 1px dashed #ccc; |
| 2026 | 2026 | border-radius: 0.25em; |
| 2027 | 2027 | background-color: #fafafa; |
| 2028 | +} |
| 2029 | +body.fossil-dark-style .attach-container > .attach-row { |
| 2030 | + background-color: initial; |
| 2028 | 2031 | } |
| 2029 | 2032 | .attach-container > .attach-row > .attach-dropzone { |
| 2030 | 2033 | padding: 1em; |
| 2031 | 2034 | text-align: center; |
| 2032 | 2035 | background: #ffffff; |
| | @@ -2035,20 +2038,34 @@ |
| 2035 | 2038 | border-radius: 0.25em; |
| 2036 | 2039 | transition: background-color 0.15s ease-in-out; |
| 2037 | 2040 | display: flex; |
| 2038 | 2041 | flex-direction: row; |
| 2039 | 2042 | flex-wrap: nowrap; |
| 2043 | +} |
| 2044 | +body.fossil-dark-style .attach-container > .attach-row > .attach-dropzone{ |
| 2045 | + background: initial; |
| 2040 | 2046 | } |
| 2041 | 2047 | .attach-container > .attach-row > .attach-dropzone.populated { |
| 2042 | 2048 | background-color: #f1f8e9; |
| 2043 | 2049 | border-color: #8bc34a; |
| 2044 | 2050 | border-style: solid; |
| 2045 | 2051 | text-align: left; |
| 2052 | +} |
| 2053 | +body.fossil-dark-style .attach-container > .attach-row > .attach-dropzone.populated{ |
| 2054 | + background-color: initial; |
| 2055 | + border-color: #8bc34a; |
| 2046 | 2056 | } |
| 2047 | 2057 | .attach-container > .attach-row > .attach-dropzone.dragover { |
| 2048 | 2058 | background-color: #e1f5fe; |
| 2049 | 2059 | border-color: #03a9f4; |
| 2060 | +} |
| 2061 | +body.fossil-dark-style .attach-container > .attach-row > .attach-dropzone.dragover{ |
| 2062 | + border-color: #03a9f4; |
| 2063 | +} |
| 2064 | +body.fossil-dark-style > .attach-row > .attach-dropzone.dragover{ |
| 2065 | + background-color: #e1f5fe; |
| 2066 | + border-color: #03a9f4; |
| 2050 | 2067 | } |
| 2051 | 2068 | .attach-container > .attach-row > .attach-dropzone > .thumbnail { |
| 2052 | 2069 | max-width: 10em; |
| 2053 | 2070 | max-height: 10em; |
| 2054 | 2071 | } |
| 2055 | 2072 | |