projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3f089
)
Align border color for peertube-checkbox with other inputs
author
Rigel Kent
<sendmemail@rigelk.eu>
Fri, 10 Apr 2020 11:06:47 +0000
(13:06 +0200)
committer
Rigel Kent
<sendmemail@rigelk.eu>
Fri, 10 Apr 2020 11:06:47 +0000
(13:06 +0200)
client/src/sass/include/_mixins.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/include/_mixins.scss
b/client/src/sass/include/_mixins.scss
index 6a272494b6b428193a031f4ccb83fb75d3d31c02..975072637b8a93e6be807cdede79e11908ecf043 100644
(file)
--- a/
client/src/sass/include/_mixins.scss
+++ b/
client/src/sass/include/_mixins.scss
@@
-379,7
+379,7
@@
width: 18px;
min-width: 18px;
height: 18px;
- border: $border-width solid
$fg-color
;
+ border: $border-width solid
#C6C6C6
;
border-radius: 3px;
vertical-align: middle;
cursor: pointer;