Adjust Style disabled buttons

This commit is contained in:
Dariusz L
2025-08-04 01:00:35 +02:00
parent df6979a59b
commit 1bd261bee0
2 changed files with 14 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
font-size: 12px;
font-weight: 550;
cursor: pointer;
transition: all 0.2s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
min-width: 80px;
text-align: center;
margin: 2px;
@@ -213,7 +213,7 @@
border-radius: 5px;
border: 1px solid #555;
cursor: pointer;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
user-select: none;
padding: 0;
font-family: inherit;
@@ -346,6 +346,11 @@
background-color: #4a4a4a !important;
}
.clipboard-switch.disabled .switch-labels {
color: #777 !important;
}
.painter-separator {
width: 1px;

View File

@@ -7,7 +7,7 @@
font-size: 12px;
font-weight: 550;
cursor: pointer;
transition: all 0.2s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
min-width: 80px;
text-align: center;
margin: 2px;
@@ -213,7 +213,7 @@
border-radius: 5px;
border: 1px solid #555;
cursor: pointer;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
user-select: none;
padding: 0;
font-family: inherit;
@@ -346,6 +346,11 @@
background-color: #4a4a4a !important;
}
.clipboard-switch.disabled .switch-labels {
color: #777 !important;
}
.painter-separator {
width: 1px;