Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2018-05-11 21:21:39 +0300
committersualko <klaus@jsxc.org>2018-05-11 21:21:39 +0300
commit6f00325aa41aae4acb81878d3a99904e0b686498 (patch)
tree436d95b6e8b79cb34024e68052024e7168b37b71 /css
parentfce1e8a0a156af16901f8a1f08058a71cafe183f (diff)
fix checkbox state style
Diffstat (limited to 'css')
-rw-r--r--css/settings.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/settings.css b/css/settings.css
index 2cbe83a..4a7f334 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -10,14 +10,14 @@
width: 100%;
}
-#piwikSettings input {
+#piwikSettings input, #piwikSettings label {
transition: background-color 0.5s;
}
-#piwikSettings input.piwik-success {
+#piwikSettings input.piwik-success, #piwikSettings label.piwik-success {
background-color: #4eb387;
}
-#piwikSettings input.piwik-error {
+#piwikSettings input.piwik-error, #piwikSettings label.piwik-error {
background-color: #f65c38;
} \ No newline at end of file