diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css index cbc7c39573..cbd381808f 100644 --- a/dashboard-ui/thirdparty/paper-button-style.css +++ b/dashboard-ui/thirdparty/paper-button-style.css @@ -327,6 +327,22 @@ paper-fab.accent { background-color: #52B54B; } +paper-fab.green { + background-color: #81c784; +} + +paper-fab.orange { + background-color: #ffd54f; +} + +paper-fab.blue { + background-color: #4fc3f7; +} + +paper-fab.red { + background-color: #e57373; +} + paper-slider { width: 100%; }