summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r--paper/bootstrap.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css
index 1fc636c5..33781545 100644
--- a/paper/bootstrap.css
+++ b/paper/bootstrap.css
@@ -7296,6 +7296,11 @@ input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
outline: none;
}
+input[type="checkbox"]:focus:after,
+.checkbox input[type="checkbox"]:focus:after,
+.checkbox-inline input[type="checkbox"]:focus:after {
+ border-color: #2196f3;
+}
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {