diff options
| author | eeng5 <mohammad_amoush@brown.edu> | 2019-07-30 14:40:51 -0400 |
|---|---|---|
| committer | eeng5 <mohammad_amoush@brown.edu> | 2019-07-30 14:40:51 -0400 |
| commit | 88420d4139942e3e979c326ce999fdc168cb6a7e (patch) | |
| tree | 1a7e55be64b02f012134232f4a415e02d0e5970f /src/client/views/search/CheckBox.scss | |
| parent | ca91fe9e379fe3e2d48a0eb055415f008245ed31 (diff) | |
changessss
Diffstat (limited to 'src/client/views/search/CheckBox.scss')
| -rw-r--r-- | src/client/views/search/CheckBox.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/views/search/CheckBox.scss b/src/client/views/search/CheckBox.scss index af59d5fbf..cc858bec6 100644 --- a/src/client/views/search/CheckBox.scss +++ b/src/client/views/search/CheckBox.scss @@ -13,9 +13,9 @@ margin-top: 0px; .check-container:hover~.check-box { - background-color: $intermediate-color; + background-color: $darker-alt-accent; } - + .check-container { width: 40px; height: 40px; @@ -27,7 +27,8 @@ position: absolute; fill-opacity: 0; stroke-width: 4px; - stroke: white; + // stroke: white; + stroke: gray; } } @@ -55,5 +56,4 @@ margin-left: 15px; } -} - +}
\ No newline at end of file |
