add more style for buttons
This commit is contained in:
parent
09c48fdf9f
commit
17740e0b78
9
a11y.css
9
a11y.css
@ -7,7 +7,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
background-color: #fff;
|
background-color: #fff !important; /* Hintergrund immer weiß */
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -15,7 +15,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.accessibility-menu button {
|
.accessibility-menu button {
|
||||||
|
color: #000 !important; /* Text immer schwarz */
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
text-align: left;
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accessibility-menu button:hover {
|
.accessibility-menu button:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user