diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-03-23 16:59:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-23 16:59:42 +0200 |
commit | 92408aaf17115b1c0b373c9e669211af6f56aeb4 (patch) | |
tree | 750a6b96ffe38cfdee6113dff2c3c78778d6748a /themes | |
parent | 84b3ba46f8779f39f69b2646b5f071183a21020c (diff) | |
parent | 2729f128c8571a6a79311c183f6b728c9161c1f0 (diff) |
Merge pull request #1696 from TDT-AG/pr/20180323-luci-app-mwan3-add-boxes-again
luci-app-mwan3: add boxes again and update css in luci-theme-material
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/luci-theme-material/htdocs/luci-static/material/css/style.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css index 545c5fb3fa..57bbaf6afc 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css @@ -253,9 +253,19 @@ header > .container > .brand { vertical-align: text-bottom; } +.danger { + background-color: #FA8072 !important; + color: black; +} + .warning { - background-color: #FF7D60 !important; - color: #FFF; + background-color: #F0E68C !important; + color: black; +} + +.success { + background-color: #90EE90 !important; + color: black; } .errorbox, @@ -1546,4 +1556,4 @@ body.lang_pl.node-main-login .cbi-value-title { .cbi-value-field .cbi-input-select { min-width: 25rem; } -}
\ No newline at end of file +} |