diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-04-07 23:22:58 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-04-07 23:22:58 +0100 |
| commit | 0bbe22dd69bbb149e9fed74c87e7fc75e181483e (patch) | |
| tree | 49a5eea886885c7cb5f82d873044e9f626127e16 /public/stylesheets/style.css | |
| parent | 1301d90e93af799a9054f133847ebf3cbda15f9d (diff) | |
| download | tplink-energy-monitor-0bbe22dd69bbb149e9fed74c87e7fc75e181483e.tar.xz tplink-energy-monitor-0bbe22dd69bbb149e9fed74c87e7fc75e181483e.zip | |
Try to re-establish lost websocket connections
Diffstat (limited to 'public/stylesheets/style.css')
| -rw-r--r-- | public/stylesheets/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3f4c1ca..6d37c8f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -25,4 +25,10 @@ footer ul { color: #fff; background-color: #5cb85c; border-color: #4cae4c; +} + +.alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; }
\ No newline at end of file |