diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-07 18:50:12 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-07 18:50:12 -0500 |
| commit | 55b613565f05366e7ab0e77ee6a13931c6e86f4e (patch) | |
| tree | 4f7c7b4b7487717bcde5c6b8a0301e881433340e /public | |
| parent | a6050b1ab010b2caa90644407cfb0c0c6d20519f (diff) | |
| parent | dd339f073cd53e7067ac1ea9bd2035b1c11914f0 (diff) | |
merge
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5d67f50..e6b5570 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2509,6 +2509,22 @@ a[data-role="forgot-password"] { .aboutRoom h1 { font-size:26px; } +.txt.description { + max-height: 200px; + overflow: auto; +} +.txt.description::-webkit-scrollbar { + width: 4px; +} +.txt.description::-webkit-scrollbar-track { +} +.txt.description::-webkit-scrollbar-thumb { + background: #000; +} +::-webkit-scrollbar-thumb:window-inactive { + background: #888; +} + .txt { font-size:12px; padding:5px 0; |
