Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Fix for #8958.
Browse files Browse the repository at this point in the history
  • Loading branch information
larz0 committed Sep 4, 2014
1 parent fe3f150 commit b09c681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extensions/default/InlineColorEditor/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
}
.color-editor section .slider {
border-radius: 3px;
border-bottom: 1px solid #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
width: 12px;
height: 156px;
Expand Down Expand Up @@ -337,7 +337,7 @@
@dark-bc-highlight: rgba(255, 255, 255, 0.06);
@dark-bc-text: #ccc;
@dark-bc-text-alt: #fff;
@dark-bc-highlight-hard: rgba(255, 255, 255, 0.1);
@dark-bc-highlight-hard: rgba(255, 255, 255, 0.2);
@dark-bc-btn-bg: #3f3f3f;
@dark-bc-btn-border: #202020;
@dark-bc-btn-border-focused: #2893ef;
Expand Down

0 comments on commit b09c681

Please sign in to comment.