Fix color in preferences form.
This commit is contained in:
parent
9d3f71e29b
commit
ff3b8c15cc
1 changed files with 5 additions and 1 deletions
|
|
@ -163,11 +163,15 @@ md-content.md-default-theme, md-content {
|
|||
color: rgb(197 197 197);
|
||||
}
|
||||
md-input-container.md-default-theme .md-input, md-input-container .md-input {
|
||||
color: rgb(172 167 167);
|
||||
|
||||
}
|
||||
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
|
||||
color: rgb(235 175 175);
|
||||
}
|
||||
|
||||
.sg-form-section {
|
||||
color: rgb(197 197 197);
|
||||
}
|
||||
/* End Preferences*/
|
||||
|
||||
/* Calendar */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue