|
1 | 1 | .sepiaFW-cards-flexSize-container { |
2 | | - background: rgba(0, 0, 0, 0.10); |
| 2 | + background: #e5e5e5; /*rgba(0, 0, 0, 0.10);*/ |
3 | 3 | position: relative; |
4 | 4 | margin: 5px 0px; |
5 | 5 | border-radius: 3px; |
|
154 | 154 | .sepiaFW-cards-list-body .listElement { |
155 | 155 | display: flex; |
156 | 156 | min-height: 33px; |
| 157 | + padding-top: 2px; |
| 158 | +} |
| 159 | +.sepiaFW-cards-list-body .listElement:first-child { |
| 160 | + margin-top: 3px; |
157 | 161 | } |
158 | 162 | .sepiaFW-cards-list-body .listElement div { |
159 | 163 | background: rgba(255, 255, 255, 0.90); |
160 | | - border-radius: 3px; |
| 164 | + border-radius: 0px; |
161 | 165 | display: inline-block; |
162 | 166 | vertical-align: top; |
163 | 167 | min-height: 20px; |
|
166 | 170 | display: flex; |
167 | 171 | align-items: center; |
168 | 172 | justify-content: center; |
169 | | - width: 50px; |
170 | | - margin: 5px 0px 0px 5px; |
| 173 | + width: 44px; |
| 174 | + /*border-right: 3px solid #e5e5e5;*/ |
| 175 | + margin: 0px 2px 0px 5px; |
171 | 176 | user-select: none; |
172 | 177 | } |
173 | 178 | .sepiaFW-cards-list-body .listElement .listCenter { |
174 | | - width: calc(100% - 120px); |
175 | | - margin: 5px 5px 0px 5px; |
176 | | - padding: 5px; |
| 179 | + display: flex; |
| 180 | + align-items: center; |
| 181 | + justify-content: left; |
| 182 | + width: calc(100% - 100px); |
| 183 | + margin: 0px 0px 0px 0px; |
| 184 | + padding: 5px 8px; |
177 | 185 | } |
178 | 186 | .sepiaFW-cards-list-body .listElement .listRight { |
179 | 187 | display: flex; |
180 | 188 | align-items: center; |
181 | 189 | justify-content: center; |
182 | | - width: 50px; |
183 | | - margin: 5px 5px 0px 0px; |
| 190 | + width: 44px; |
| 191 | + border-left: 2px solid #545454; |
| 192 | + background: #bcbebe; |
| 193 | + color: #fff; |
| 194 | + margin: 0px 5px 0px 0px; |
184 | 195 | user-select: none; |
185 | 196 | } |
186 | | -.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .listRight:hover { background: rgba(255, 0, 0, 0.50); } |
| 197 | +.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .listRight:hover { |
| 198 | + background: rgba(255, 0, 0, 0.50); |
| 199 | +} |
187 | 200 |
|
188 | 201 | .sepiaFW-cards-list-body .listElement .checked { |
189 | 202 | background: rgba(0, 255, 0, 0.50); |
190 | 203 | } |
191 | | -.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .checked:hover { background: rgba(0, 255, 255, 0.50); } |
192 | | - |
| 204 | +.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .checked:hover { |
| 205 | + background: rgba(0, 255, 255, 0.50); |
| 206 | +} |
193 | 207 | .sepiaFW-cards-list-body .listElement .unchecked { |
194 | 208 | background: rgba(255, 255, 255, 0.90); |
195 | 209 | } |
196 | | -.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .unchecked:hover { background: rgba(0, 255, 0, 0.50); } |
| 210 | +.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .unchecked:hover { |
| 211 | + background: rgba(0, 255, 0, 0.50); |
| 212 | +} |
197 | 213 |
|
198 | 214 | /* hidden and visible */ |
199 | 215 | .sepiaFW-cards-list-body .itemHidden { |
|
0 commit comments