Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Globalfun32y439y54 authored Jun 16, 2024
1 parent 52cf57c commit 00e7709
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/assets/css/global.css
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@
--text-primary: #fff; /* Primary Text Color */
--text-dark: #555; /* Dark Text Color for Error Page, Scrollbar, and Particles */
--text-placeholder: #aaa; /* Placeholder Text Color */
--option-disabled: #939292; /* Disabled Option Text Color */
/* Other Variables */
--save-button: #4caf50; /* Save Button, Typically Green */
--reset-button: #f44336; /* Reset Button, Typically Red */
@@ -76,3 +77,7 @@ body {
position: absolute;
z-index: 99;
}

option:disabled {
color: var(--option-disabled);
}
4 changes: 4 additions & 0 deletions static/assets/css/settings.css
Original file line number Diff line number Diff line change
@@ -343,3 +343,7 @@ select {
color: var(--black-button)
}
*/

option:disabled {
color: var(--option-disabled);
}
1 change: 1 addition & 0 deletions static/assets/css/themes/template.css
Original file line number Diff line number Diff line change
@@ -15,5 +15,6 @@
--text-primary: #000; /* Primary Text Color */
--text-dark: #aaa; /* Dark Text Color for Error Page, Scrollbar, and Particles */
--text-placeholder: #555; /* Placeholder Text Color */
--option-disabled: #939292; /* Disabled Option Text Color */
/* Other Variables */
}

0 comments on commit 00e7709

Please sign in to comment.