fix project
This commit is contained in:
parent
19f8c11c38
commit
a605edece3
3 changed files with 13 additions and 3 deletions
10
dashboard-ui/thirdparty/paper-button-style.css
vendored
10
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -289,6 +289,16 @@ paper-fab.subdued {
|
|||
background: #222;
|
||||
}
|
||||
|
||||
paper-fab.white {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
paper-fab.white paper-material.keyboard-focus {
|
||||
background: #01579b !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
paper-fab.blue {
|
||||
background: #03a9f4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue