|
289 | 289 | } |
290 | 290 |
|
291 | 291 | /* Custom button styling */ |
292 | | -::deep .delete-button::part(control), |
293 | | -::deep .delete-button::part(content), |
294 | | -::deep .delete-button::part(start), |
295 | | -::deep .delete-button::part(end), |
296 | | -::deep .delete-button::part(root) { |
297 | | - background-color: #d32f2f !important; |
298 | | - color: white !important; |
299 | | - border-color: #d32f2f !important; |
300 | | - fill: white !important; |
301 | | -} |
302 | | - |
303 | | -::deep .delete-button:hover::part(control), |
304 | | -::deep .delete-button:hover::part(content), |
305 | | -::deep .delete-button:hover::part(root) { |
306 | | - background-color: #b71c1c !important; |
307 | | - border-color: #b71c1c !important; |
308 | | -} |
309 | | - |
310 | | -::deep .save-button::part(control), |
311 | | -::deep .save-button::part(content), |
312 | | -::deep .save-button::part(start), |
313 | | -::deep .save-button::part(end), |
314 | | -::deep .save-button::part(root) { |
315 | | - background-color: #107C10 !important; |
316 | | - color: white !important; |
317 | | - border-color: #107C10 !important; |
318 | | - fill: white !important; |
319 | | -} |
320 | | - |
321 | | -::deep .save-button:hover::part(control), |
322 | | -::deep .save-button:hover::part(content), |
323 | | -::deep .save-button:hover::part(root) { |
324 | | - background-color: #0b5e0b !important; |
325 | | - border-color: #0b5e0b !important; |
| 292 | +.save-button-container ::deep fluent-button { |
| 293 | + --accent-fill-rest: #107C10 !important; |
| 294 | + --accent-fill-hover: #0b5e0b !important; |
| 295 | + --accent-fill-active: #0b5e0b !important; |
| 296 | + --accent-fill-focus: #107C10 !important; |
| 297 | + --accent-foreground-rest: white !important; |
| 298 | + --accent-foreground-hover: white !important; |
| 299 | + --accent-foreground-active: white !important; |
| 300 | + --accent-foreground-focus: white !important; |
| 301 | +} |
| 302 | + |
| 303 | +.delete-button-container ::deep fluent-button { |
| 304 | + --accent-fill-rest: #d32f2f !important; |
| 305 | + --accent-fill-hover: #b71c1c !important; |
| 306 | + --accent-fill-active: #b71c1c !important; |
| 307 | + --accent-fill-focus: #d32f2f !important; |
| 308 | + --accent-foreground-rest: white !important; |
| 309 | + --accent-foreground-hover: white !important; |
| 310 | + --accent-foreground-active: white !important; |
| 311 | + --accent-foreground-focus: white !important; |
326 | 312 | } |
327 | 313 |
|
328 | 314 | /* Responsive design */ |
|
0 commit comments