Ändere die Hintergrundfarbe aktiver Schaltflächen im EditPagesComponent von grün zu dunkelgrau, um die Sichtbarkeit zu verbessern und ein einheitlicheres Design zu gewährleisten.
This commit is contained in:
@@ -514,9 +514,8 @@ export default {
|
||||
|
||||
.toolbar button.is-active,
|
||||
.table-toolbar button.is-active {
|
||||
background-color: #4CAF50;
|
||||
background-color: #333;
|
||||
color: white;
|
||||
border: 2px solid #2E7D32;
|
||||
}
|
||||
|
||||
.toolbar button.is-active svg,
|
||||
|
||||
Reference in New Issue
Block a user