Revert add dictionary button color to black (v2.8.5)
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 11s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 11s
This commit is contained in:
@@ -317,7 +317,7 @@
|
||||
|
||||
.add-dictionary-button {
|
||||
background: transparent;
|
||||
border: 2px dashed white;
|
||||
border: 2px dashed #2c3e50;
|
||||
border-radius: 12px;
|
||||
padding: 1.5rem 1rem;
|
||||
transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
|
||||
@@ -332,16 +332,16 @@
|
||||
|
||||
.add-dictionary-button:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border-color: white;
|
||||
box-shadow: 0 4px 12px rgba(44, 62, 80, 0.2);
|
||||
background-color: rgba(44, 62, 80, 0.05);
|
||||
border-color: #1a252f;
|
||||
}
|
||||
|
||||
.add-dictionary-button .add-config-icon {
|
||||
color: white;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.add-dictionary-button .add-config-text {
|
||||
color: white;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user