diff --git a/client/css/comment-control.styl b/client/css/comment-control.styl index cd2d7292..2fcc8234 100644 --- a/client/css/comment-control.styl +++ b/client/css/comment-control.styl @@ -16,7 +16,13 @@ $comment-border-color = #DDD width: 40px height: 40px a + outline: none display: inline-block + position: relative + top: -2px + border: 2px solid transparent + &:focus + border: 2px solid $main-color nav:not(.active), .tab:not(.active) display: none diff --git a/client/css/core-forms.styl b/client/css/core-forms.styl index ee21ed1b..1bfceefe 100644 --- a/client/css/core-forms.styl +++ b/client/css/core-forms.styl @@ -125,6 +125,9 @@ input[type=radio]:checked + .radio:after, input[type=checkbox]:checked + .checkbox:after opacity: 1 +input[type=radio]:disabled + .radio:after + background: $input-disabled-text-color + input[type=radio]:disabled + .radio:before, input[type=checkbox]:disabled + .checkbox:before, input[type=radio]:disabled + .radio:after, @@ -203,6 +206,7 @@ input[type=number] background: $input-enabled-background-color color: $input-enabled-text-color box-shadow: none /* :-moz-submit-invalid on FF */ + outline: none transition: border-color 0.1s linear, background-color 0.1s linear &:disabled @@ -211,7 +215,7 @@ input[type=number] color: $input-disabled-text-color &:focus - border-color: $main-color + border-color: $main-color !important &[readonly] border: 2px solid $input-disabled-border-color diff --git a/client/css/core-general.styl b/client/css/core-general.styl index d25c5f6e..cce7bef3 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -106,7 +106,12 @@ form .fa-question-circle-o background-color: $scrollbar-bg-color &::-webkit-scrollbar-thumb background-color: $scrollbar-thumb-color - >.content-wrapper:not(.transparent) + li[data-name=view] + background: $button-enabled-background-color + margin-right: 1em + a + color: $button-enabled-text-color + >.content-wrapper:not(.transparent-container) background: $top-navigation-color padding: 1.8em @media (max-width: 1000px) @@ -117,7 +122,7 @@ form .fa-question-circle-o margin-bottom: 0 .darktheme #content-holder - >.content-wrapper:not(.transparent) + >.content-wrapper:not(.transparent-container) background: $top-navigation-color-darktheme hr diff --git a/client/css/home-view.styl b/client/css/home-view.styl index 729fac0c..b0666be0 100644 --- a/client/css/home-view.styl +++ b/client/css/home-view.styl @@ -61,7 +61,10 @@ word-spacing: 1.1em background-repeat: no-repeat background-position: 50% 50% - background-image: url("data:image/svg+xml;utf8,") + background-image: url("data:image/svg+xml;utf8,") .thumbnail margin-right: 0.4em + +.darktheme #home footer ul .sep + background-image: url("data:image/svg+xml;utf8,") \ No newline at end of file diff --git a/client/css/post-notes-overlay-control.styl b/client/css/post-notes-overlay-control.styl index a3bc4793..ca38a451 100644 --- a/client/css/post-notes-overlay-control.styl +++ b/client/css/post-notes-overlay-control.styl @@ -18,6 +18,8 @@ right: 0 top: 0 bottom: 0 + &[data-state=read-only] + pointer-events: none .notes-overlay g diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl index cb6b0067..7b8b14b0 100644 --- a/client/css/post-upload.styl +++ b/client/css/post-upload.styl @@ -145,6 +145,7 @@ $cancel-button-color = tomato clear: both margin: 1em 0 0 0 padding-left: 7em + padding-bottom: 1em; font-size: 90% .thumbnail-wrapper diff --git a/client/html/help_keyboard.tpl b/client/html/help_keyboard.tpl index f200ce02..98b807b7 100644 --- a/client/html/help_keyboard.tpl +++ b/client/html/help_keyboard.tpl @@ -34,6 +34,16 @@ shortcuts: