summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-09-01 13:48:03 -0400
committerThomas Park <thomas@thomaspark.co>2015-09-01 13:48:03 -0400
commitba999ebb819140011194b622cdad48b52a67a91e (patch)
treedc55be7a918121be977174fca04d837e4e9c846c /paper/bootstrap.css
parent5d5f26e6847f5defc54afe3f3360add934b75943 (diff)
paper: focused checkboxes have colored border, closes #505
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 {