Button click color
This commit is contained in:
parent
22787cdfdd
commit
f0f9c337f5
2 changed files with 7 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -19,7 +19,7 @@ __pycache__/
|
|||
|
||||
frontend/static/frontend/login.js
|
||||
frontend/static/frontend/content.js
|
||||
frontend/static/frontend/AccountManager.js
|
||||
frontend/static/frontend/accountManager.js
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
|
|
|
@ -80,4 +80,9 @@ body {
|
|||
|
||||
#bar {
|
||||
background-color: #d32f2f;
|
||||
}
|
||||
}
|
||||
|
||||
.MuiTouchRipple-rippleVisible {
|
||||
color: #d32f2f !important;
|
||||
opacity: 100% !important;
|
||||
}
|
Loading…
Reference in a new issue