Skip to content

Commit

Permalink
Merge pull request #19 from emsquared/textual6
Browse files Browse the repository at this point in the history
Upgrade style for Textual 6
  • Loading branch information
UbiquitousBear committed Mar 13, 2016
2 parents 7967ef6 + 5494642 commit 1e11126
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 130 deletions.
12 changes: 0 additions & 12 deletions Data/Settings/styleLocalizations.plist

This file was deleted.

2 changes: 1 addition & 1 deletion Data/Settings/styleSettings.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<integer>0</integer>
</dict>
<key>Indentation Offset</key>
<integer>6</integer>
<integer>-1</integer>
<key>Underlying Window Color</key>
<string>#FFFFFF</string>
<key>Force Invert Sidebars</key>
Expand Down
116 changes: 0 additions & 116 deletions Data/Templates/baseLayout.mustache

This file was deleted.

22 changes: 22 additions & 0 deletions design.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,28 @@ body[dir=ltr] .time {
text-align: right;
}

/* Scrolling */

body[customscroller="true"]::-webkit-scrollbar {
width: 17px;
}

body[customscroller="true"]::-webkit-scrollbar-track {
background: #fbfbfb;
box-shadow: inset 1px 0px 0px 0px #e8e8e8;
}

body[customscroller="true"]::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
border: 4px solid transparent;
border-left: 5px solid transparent;
border-radius: 20px;
background-clip: content-box;
}

body[customscroller="true"]::-webkit-scrollbar-thumb:hover {
background-color: #7d7d7d;
}

/* Encryption Lock */

Expand Down
2 changes: 1 addition & 1 deletion scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Emoticons = {

Textual.viewFinishedLoading = function()
{
Textual.fadeInLoadingScreen(1.00, 0.95);
Textual.fadeOutLoadingScreen(1.00, 0.95);

setTimeout(function() {
Textual.scrollToBottomOfView();
Expand Down

0 comments on commit 1e11126

Please sign in to comment.