mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
9 lines
158 B
SCSS
9 lines
158 B
SCSS
button:disabled,
|
|
button[disabled]{
|
|
border: 1px solid #999999;
|
|
background-color: #cccccc;
|
|
color: #666666;
|
|
}
|
|
button {
|
|
color: var(--ion-color-primary);
|
|
} |