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

Commit

Permalink
Merge pull request #8521 from adobe/tom/dark-scrollbars-languages
Browse files Browse the repository at this point in the history
Fixed the border around the languages button and the scrollbar fillers
  • Loading branch information
dangoor committed Jul 23, 2014
2 parents 612ff36 + af91ac1 commit 8251e93
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/default/DarkTheme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
.CodeMirror-focused .CodeMirror-activeline-background {
background: #2f2f2f;
}
.show-line-padding .CodeMirror-focused .CodeMirror-activeline-background {
&.show-line-padding .CodeMirror-focused .CodeMirror-activeline-background {
box-shadow: inset 15px 0 0 0 #000;
}

Expand Down
4 changes: 4 additions & 0 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ a, img {
vertical-align: top;
width: auto;
cursor: pointer;
border-radius: 0;
box-shadow: none;
text-shadow: none;

&:focus {
outline: 0;
}
Expand Down
5 changes: 5 additions & 0 deletions src/styles/brackets_theme_default.less
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@

/* Custom scrollbar colors */
&.platform-win {
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
background-color: rgb(15, 15, 15);
}
Expand All @@ -196,6 +197,10 @@
}

&.platform-linux {
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
background-color: #1d1f21;
}
::-webkit-scrollbar-thumb {
box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.24) inset;
}
Expand Down

0 comments on commit 8251e93

Please sign in to comment.