diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-06 12:40:59 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-06 12:41:14 +0100 |
commit | 46db9430af70f45bc656cb0ac8e519f5d0be0149 (patch) | |
tree | 9000a400c1666013d45064505e65a24d2e9a2fb0 /client/src/sass | |
parent | a6051ba746b15bab5679b5908b06009e3e950cee (diff) | |
download | PeerTube-46db9430af70f45bc656cb0ac8e519f5d0be0149.tar.gz PeerTube-46db9430af70f45bc656cb0ac8e519f5d0be0149.tar.zst PeerTube-46db9430af70f45bc656cb0ac8e519f5d0be0149.zip |
Add checkbox focus shadows, and admin resolution descriptions
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 2 | ||||
-rw-r--r-- | client/src/sass/primeng-custom.scss | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 17217283e..88cbf3384 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -337,7 +337,7 @@ | |||
337 | position: absolute; | 337 | position: absolute; |
338 | 338 | ||
339 | &:focus + span { | 339 | &:focus + span { |
340 | outline: 1px solid #1e5180; | 340 | box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2); |
341 | } | 341 | } |
342 | 342 | ||
343 | & + span { | 343 | & + span { |
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 9398f0adc..9aa4d980c 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -330,6 +330,10 @@ p-calendar .ui-datepicker { | |||
330 | } | 330 | } |
331 | } | 331 | } |
332 | 332 | ||
333 | p-tablecheckbox:hover div .ui-chkbox-box { | ||
334 | box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2); | ||
335 | } | ||
336 | |||
333 | .ui-chkbox { | 337 | .ui-chkbox { |
334 | 338 | ||
335 | &, .ui-chkbox-box { | 339 | &, .ui-chkbox-box { |