aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-06-08 14:43:46 -0700
committerNivesh Rajbhandari2012-06-08 14:43:46 -0700
commitc52bf5141126801cb243ce0d4d93dbbcd29b45f6 (patch)
tree06e0ece78ce2f797eec43545784f0a639595aaf4 /scss
parent5a9be53435fcd8168aa7f4ddbec085a135f7b98a (diff)
downloadninja-c52bf5141126801cb243ce0d4d93dbbcd29b45f6.tar.gz
Removing iframeContainer scroll styles since the scrollbars are not drawn in the iframeContainer now.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'scss')
-rwxr-xr-xscss/imports/scss/_ScrollBars.scss26
1 files changed, 1 insertions, 25 deletions
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