aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-04-01 23:18:28 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-04-01 23:18:28 +0100
commit5fac63cf5fa974d9723617bc2bfa8f4e668fe342 (patch)
treec8d887f2bfa140ca1b7e00bb02a692ed62fe83ef /public/stylesheets/style.css
parent567bea38fd7524e5e41fc5d09036cf86ad3932cd (diff)
downloadtplink-energy-monitor-5fac63cf5fa974d9723617bc2bfa8f4e668fe342.tar.xz
tplink-energy-monitor-5fac63cf5fa974d9723617bc2bfa8f4e668fe342.zip
Show total and average usage for current day and month
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 919696c..3f4c1ca 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -20,3 +20,9 @@ footer ul {
justify-content: center;
margin-top: 0;
}
+
+.btn-success {
+ color: #fff;
+ background-color: #5cb85c;
+ border-color: #4cae4c;
+} \ No newline at end of file