diff options
-rwxr-xr-x | css/ninja.css | 14 | ||||
-rwxr-xr-x | js/document/templates/banner/index.html | 23 | ||||
-rwxr-xr-x | js/document/templates/html/index.html | 23 | ||||
-rwxr-xr-x | scss/imports/scss/_ScrollBars.scss | 26 |
4 files changed, 48 insertions, 38 deletions
diff --git a/css/ninja.css b/css/ninja.css index ce27977b..e3d560ab 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -909,7 +909,7 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
909 | 909 | ||
910 | ::-webkit-scrollbar-track:disabled { display: none; } | 910 | ::-webkit-scrollbar-track:disabled { display: none; } |
911 | 911 | ||
912 | :-webkit-scrollbar-track:vertical:disabled { display: none; } | 912 | ::-webkit-scrollbar-track:vertical:disabled { display: none; } |
913 | 913 | ||
914 | ::-webkit-scrollbar-track:horizontal:disabled { display: none; } | 914 | ::-webkit-scrollbar-track:horizontal:disabled { display: none; } |
915 | 915 | ||
@@ -919,18 +919,6 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
919 | 919 | ||
920 | ::-webkit-scrollbar-corner:disabled { display: none; } | 920 | ::-webkit-scrollbar-corner:disabled { display: none; } |
921 | 921 | ||
922 | #iframeContainer::-webkit-resizer:disabled { display: block; } | ||
923 | |||
924 | #iframeContainer::-webkit-scrollbar-track:vertical:disabled { display: block; } | ||
925 | |||
926 | #iframeContainer::-webkit-scrollbar-track:horizontal:disabled { display: block; } | ||
927 | |||
928 | #iframeContainer::-webkit-scrollbar-track-piece:disabled { display: block; } | ||
929 | |||
930 | #iframeContainer::-webkit-scrollbar-corner:disabled { display: block; } | ||
931 | |||
932 | #iframeContainer::-webkit-resizer:disabled { display: block; } | ||
933 | |||
934 | .tree { -webkit-user-select: none; cursor: default; float: left; padding-left: 0; color: white; } | 922 | .tree { -webkit-user-select: none; cursor: default; float: left; padding-left: 0; color: white; } |
935 | 923 | ||
936 | .tree li { -webkit-margin-before: 0px; -webkit-margin-after: 0px; list-style-type: none; } | 924 | .tree li { -webkit-margin-before: 0px; -webkit-margin-after: 0px; list-style-type: none; } |
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html index 08a998e5..626dc0bc 100755 --- a/js/document/templates/banner/index.html +++ b/js/document/templates/banner/index.html | |||
@@ -71,6 +71,29 @@ | |||
71 | -webkit-transform-style: preserve-3d; | 71 | -webkit-transform-style: preserve-3d; |
72 | -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); | 72 | -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); |
73 | } | 73 | } |
74 | |||
75 | ::-webkit-scrollbar { width: 11px; height: 11px; } | ||
76 | ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: none; } | ||
77 | ::-webkit-scrollbar-button:vertical:start:increment, body::-webkit-scrollbar-button:vertical:end:decrement { display: none; } | ||
78 | ::-webkit-scrollbar-button:horizontal:start:increment, body::-webkit-scrollbar-button:horizontal:end:decrement { display: none; } | ||
79 | ::-webkit-scrollbar-track:vertical { background-color: black; } | ||
80 | ::-webkit-scrollbar-track:horizontal { background-color: black; } | ||
81 | ::-webkit-scrollbar-track-piece:vertical:start { background-color: transparent; } | ||
82 | ::-webkit-scrollbar-track-piece:horizontal:start { background-color: transparent; } | ||
83 | ::-webkit-scrollbar-track-piece:vertical:end { background-color: transparent; } | ||
84 | ::-webkit-scrollbar-track-piece:horizontal:end { background-color: transparent; } | ||
85 | ::-webkit-scrollbar-thumb:vertical { border-color: black; border-style: solid; border-width: 2px; -webkit-border-radius: 6px; background: -webkit-gradient(linear, left top, right top, color-stop(0.16, #8c8c8c), color-stop(0.49, #adadad), color-stop(0.82, #8c8c8c)); } | ||
86 | ::-webkit-scrollbar-thumb:vertical:hover { border-color: black; border-style: solid; border-width: 2px; -webkit-border-radius: 6px; background: -webkit-gradient(linear, left top, right top, color-stop(0.1, #bebebe), color-stop(0.5, white), color-stop(0.9, #bebebe)); } | ||
87 | ::-webkit-scrollbar-thumb:horizontal { border-color: black; border-style: solid; border-width: 2px; -webkit-border-radius: 6px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8c8c8c), color-stop(0.5, #adadad), color-stop(0.9, #8c8c8c)); } | ||
88 | ::-webkit-scrollbar-thumb:horizontal:hover { border-color: black; border-style: solid; border-width: 2px; -webkit-border-radius: 6px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16, #bebebe), color-stop(0.49, white), color-stop(0.82, #bebebe)); } | ||
89 | ::-webkit-scrollbar-corner { background-color: black; } | ||
90 | ::-webkit-scrollbar-corner:window-inactive { background-color: black; } | ||
91 | ::-webkit-scrollbar-track:vertical:disabled { display: block; } | ||
92 | ::-webkit-scrollbar-track:horizontal:disabled { display: block; } | ||
93 | ::-webkit-scrollbar-track-piece:disabled { display: block; } | ||
94 | ::-webkit-scrollbar-corner:disabled { display: block; } | ||
95 | ::-webkit-resizer:disabled { display: block; } | ||
96 | |||
74 | </style> | 97 | </style> |
75 | 98 | ||
76 | <script type="text/javascript" data-ninja-template="true"> | 99 | <script type="text/javascript" data-ninja-template="true"> |
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index c74a7251..8fc0d82f 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html | |||
@@ -58,6 +58,29 @@ | |||
58 | .nj-element-highlight { | 58 | .nj-element-highlight { |
59 | outline: 4px solid #ff0000; | 59 | outline: 4px solid #ff0000; |
60 | } | 60 | } |
61 | |||
62 | ::-webkit-scrollbar { width: 11px; height: 11px; } | ||
63 | ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: none; } | ||
64 | ::-webkit-scrollbar-button:vertical:start:increment, body::-webkit-scrollbar-button:vertical:end:decrement { display: none; } | ||
65 | ::-webkit-scrollbar-button:horizontal:start:increment, body::-webkit-scrollbar-button:horizontal:end:decrement { display: none; } | ||
66 | ::-webkit-scrollbar-track:vertical { background-color: black; } | ||
67 | ::-webkit-scrollbar-track:horizontal { background-color: black; } | ||
68 | ::-webkit-scrollbar-track-piece:vertical:start { background-color: transparent; } | ||
69 | ::-webkit-scrollbar-track-piece:horizontal:start { background-color: transparent; } | ||
70 | ::-webkit-scrollbar-track-piece:vertical:end { background-color: transparent; } | ||
71 | ::-webkit-scrollbar-track-piece:horizontal:end { background-color: transparent; } | ||
72 | ::-webkit-scrollbar-thumb:vertical { border-color: black; border-style: solid; border-width: 2px; -webkit-border-radius: 6px; background: -webkit-gradient(linear, left top, right top, color-stop(0.16, #8c8c8c), color-stop(0.49, #adadad), color-stop(0.82, #8c8c8c)); } | ||
73 | ::-webkit-scrollbar-thumb:vertical:hover { border-color: black; border-style: solid; border-width: 2px; -webkit-border-radius: 6px; background: -webkit-gradient(linear, left top, right top, color-stop(0.1, #bebebe), color-stop(0.5, white), color-stop(0.9, #bebebe)); } | ||
74 | ::-webkit-scrollbar-thumb:horizontal { border-color: black; border-style: solid; border-width: 2px; -webkit-border-radius: 6px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8c8c8c), color-stop(0.5, #adadad), color-stop(0.9, #8c8c8c)); } | ||
75 | ::-webkit-scrollbar-thumb:horizontal:hover { border-color: black; border-style: solid; border-width: 2px; -webkit-border-radius: 6px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16, #bebebe), color-stop(0.49, white), color-stop(0.82, #bebebe)); } | ||
76 | ::-webkit-scrollbar-corner { background-color: black; } | ||
77 | ::-webkit-scrollbar-corner:window-inactive { background-color: black; } | ||
78 | ::-webkit-scrollbar-track:vertical:disabled { display: block; } | ||
79 | ::-webkit-scrollbar-track:horizontal:disabled { display: block; } | ||
80 | ::-webkit-scrollbar-track-piece:disabled { display: block; } | ||
81 | ::-webkit-scrollbar-corner:disabled { display: block; } | ||
82 | ::-webkit-resizer:disabled { display: block; } | ||
83 | |||
61 | </style> | 84 | </style> |
62 | 85 | ||
63 | <script type="text/javascript" data-ninja-template="true"> | 86 | <script type="text/javascript" data-ninja-template="true"> |
diff --git a/scss/imports/scss/_ScrollBars.scss b/scss/imports/scss/_ScrollBars.scss index 2e79d9c8..9fa2fcb8 100755 --- a/scss/imports/scss/_ScrollBars.scss +++ b/scss/imports/scss/_ScrollBars.scss | |||
@@ -131,7 +131,7 @@ | |||
131 | } | 131 | } |
132 | 132 | ||
133 | // These don't seem to be necessary or in some cases, they just seem to be ignored | 133 | // These don't seem to be necessary or in some cases, they just seem to be ignored |
134 | :-webkit-scrollbar-track:vertical:disabled { | 134 | ::-webkit-scrollbar-track:vertical:disabled { |
135 | display: none; | 135 | display: none; |
136 | } | 136 | } |
137 | 137 | ||
@@ -151,29 +151,5 @@ | |||
151 | display: none; | 151 | display: none; |
152 | } | 152 | } |
153 | 153 | ||
154 | #iframeContainer::-webkit-resizer:disabled { | ||
155 | display: block; | ||
156 | } | ||
157 | |||
158 | #iframeContainer::-webkit-scrollbar-track:vertical:disabled { | ||
159 | display: block; | ||
160 | } | ||
161 | |||
162 | #iframeContainer::-webkit-scrollbar-track:horizontal:disabled { | ||
163 | display: block; | ||
164 | } | ||
165 | |||
166 | #iframeContainer::-webkit-scrollbar-track-piece:disabled { | ||
167 | display: block; | ||
168 | } | ||
169 | |||
170 | #iframeContainer::-webkit-scrollbar-corner:disabled { | ||
171 | display: block; | ||
172 | } | ||
173 | |||
174 | #iframeContainer::-webkit-resizer:disabled { | ||
175 | display: block; | ||
176 | } | ||
177 | |||
178 | // End: Scroll Bar Skinning | 154 | // End: Scroll Bar Skinning |
179 | 155 | ||