Skip to content

Commit

Permalink
fix(scrollbar): Changed the visuals for the custom scrollbars.
Browse files Browse the repository at this point in the history
  • Loading branch information
supereth committed Dec 9, 2016
1 parent 76181c4 commit fcb575c
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,20 +166,20 @@ body {

/* Custom Scrollbar */

.wScroll::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5;

.wScroll::-webkit-scrollbar-track, .wScroll::-webkit-scrollbar-track:horizontal {
background-color: #F2F3F4;
}

.wScroll::-webkit-scrollbar {
width: 10px;
background-color: #F5F5F5;
.wScroll::-webkit-scrollbar,
.wScroll::-webkit-scrollbar:horizontal {
width: 5px;
background-color: #F2F3F4;
}

.wScroll::-webkit-scrollbar-thumb {
background-color: #37556E;
border: 1px solid #555555;
border-radius: 4px;
.wScroll::-webkit-scrollbar-thumb,
.wScroll::-webkit-scrollbar-thumb:horizontal {
background-color: #E5E7E9;
}


Expand Down Expand Up @@ -1125,7 +1125,9 @@ span.tabs-radio img.selected {
font-family: 'Lekton';
}


/* Added deeper specification to avoid it auto-excepting itself */

#mBB-portfolio .wavesTable tbody tr {
color: #333333;
font-family: 'Lekton';
Expand Down

0 comments on commit fcb575c

Please sign in to comment.