aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 12:42:16 -0700
committerKris Kowal2012-07-06 15:01:49 -0700
commit6803c0abd279fcb640c38b3881b751bab982cbe0 (patch)
tree876211d178954cbaa73e0fbb658fe0c6ffb7ac8d /scss
parent3644cb6def4f681c99959e5729e78ea353441fad (diff)
downloadninja-6803c0abd279fcb640c38b3881b751bab982cbe0.tar.gz
Remove trailing spaces
Diffstat (limited to 'scss')
-rwxr-xr-xscss/imports/scss/_Base.scss40
-rwxr-xr-xscss/imports/scss/_Components.scss4
-rwxr-xr-xscss/imports/scss/_MainWindow.scss10
-rwxr-xr-xscss/imports/scss/_MenuUI.scss6
-rw-r--r--scss/imports/scss/_MontageOverrides.scss2
-rwxr-xr-xscss/imports/scss/_PanelUI.scss90
-rwxr-xr-xscss/imports/scss/_ScrollBars.scss28
-rw-r--r--scss/imports/scss/_Stage.scss16
-rwxr-xr-xscss/imports/scss/_Tools.scss74
-rwxr-xr-xscss/imports/scss/_mixins.scss2
-rwxr-xr-xscss/imports/scss/_toolbar.scss6
-rwxr-xr-xscss/imports/themes/default/_colors.scss46
-rwxr-xr-xscss/ninja.scss4
13 files changed, 164 insertions, 164 deletions
diff --git a/scss/imports/scss/_Base.scss b/scss/imports/scss/_Base.scss
index 45ff8975..c5a2949b 100755
--- a/scss/imports/scss/_Base.scss
+++ b/scss/imports/scss/_Base.scss
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
31 31
32//Base.scss 32//Base.scss
33//Base styles for entire application. 33//Base styles for entire application.
34//Note that colors and font definitions go in 34//Note that colors and font definitions go in
35//_scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss 35//_scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss
36 36
37 37
@@ -57,7 +57,7 @@ POSSIBILITY OF SUCH DAMAGE.
57 display: table-row; 57 display: table-row;
58} 58}
59.layout-cell { 59.layout-cell {
60 display: table-cell; 60 display: table-cell;
61} 61}
62.layout-table .flexor div:first-child { 62.layout-table .flexor div:first-child {
63 float: left; 63 float: left;
@@ -66,10 +66,10 @@ POSSIBILITY OF SUCH DAMAGE.
66 float: right; 66 float: right;
67} 67}
68 68
69// Begin: Basic skinning for form fields 69// Begin: Basic skinning for form fields
70// Reset all 70// Reset all
71input.nj-skinned, 71input.nj-skinned,
72textarea.nj-skinned, 72textarea.nj-skinned,
73button.nj-skinned, 73button.nj-skinned,
74select.nj-skinned, 74select.nj-skinned,
75select.nj-skinned option { 75select.nj-skinned option {
@@ -99,7 +99,7 @@ button.nj-skinned:disabled {
99 opacity: 0.4; 99 opacity: 0.4;
100} 100}
101 101
102// Text inputs and select boxes 102// Text inputs and select boxes
103input[type="text"].nj-skinned, 103input[type="text"].nj-skinned,
104input[type="password"].nj-skinned, 104input[type="password"].nj-skinned,
105input[type="search"].nj-skinned, 105input[type="search"].nj-skinned,
@@ -141,7 +141,7 @@ input[type="search"].nj-skinned::-webkit-search-cancel-button:after {
141 content:"\2716"; 141 content:"\2716";
142} 142}
143 143
144// Buttons 144// Buttons
145button.nj-skinned { 145button.nj-skinned {
146 font-size: 9px; 146 font-size: 9px;
147 cursor: pointer; 147 cursor: pointer;
@@ -159,13 +159,13 @@ button.nj-skinned {
159 text-shadow: 1px 1px 1px $color-app-shadow 159 text-shadow: 1px 1px 1px $color-app-shadow
160} 160}
161button.nj-skinned:active, button.nj-skinned.active { 161button.nj-skinned:active, button.nj-skinned.active {
162 background-image: -webkit-linear-gradient(top, $color-formgrad-bottom 0%, $color-formgrad-top 100%); 162 background-image: -webkit-linear-gradient(top, $color-formgrad-bottom 0%, $color-formgrad-top 100%);
163} 163}
164button.nj-skinned:hover { 164button.nj-skinned:hover {
165 -webkit-box-shadow: 0px 0px 3px $color-focus-outline; 165 -webkit-box-shadow: 0px 0px 3px $color-focus-outline;
166} 166}
167 167
168// Radio buttons 168// Radio buttons
169input[type="radio"].nj-skinned { 169input[type="radio"].nj-skinned {
170 background-color: $color-menu-bg; 170 background-color: $color-menu-bg;
171 background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%); 171 background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%);
@@ -184,12 +184,12 @@ input[type="radio"].nj-skinned {
184 box-shadow: 0px 0px 2px $color-radio-shadow; 184 box-shadow: 0px 0px 2px $color-radio-shadow;
185} 185}
186input[type="radio"].nj-skinned:checked { 186input[type="radio"].nj-skinned:checked {
187 background: -webkit-radial-gradient(center, 187 background: -webkit-radial-gradient(center,
188 circle cover, 188 circle cover,
189 $color-radio 0%, 189 $color-radio 0%,
190 $color-radio 15%, 190 $color-radio 15%,
191 $color-radio 30%, 191 $color-radio 30%,
192 $color-transparent 31%), 192 $color-transparent 31%),
193 -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%); 193 -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%);
194 border: 2px solid $color-radio-border; 194 border: 2px solid $color-radio-border;
195} 195}
@@ -204,7 +204,7 @@ input[type="radio"].nj-skinned:disabled {
204 border: 2px solid $color-radio-border; 204 border: 2px solid $color-radio-border;
205 cursor: default; 205 cursor: default;
206} 206}
207// Checkboxes 207// Checkboxes
208input[type="checkbox"].nj-skinned { 208input[type="checkbox"].nj-skinned {
209 background-color: $color-menu-bg; 209 background-color: $color-menu-bg;
210 background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%); 210 background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%);
@@ -234,9 +234,9 @@ input[type="checkbox"].nj-skinned:disabled {
234 background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%); 234 background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%);
235 cursor: default; 235 cursor: default;
236} 236}
237// End: Basic skinning for form fields 237// End: Basic skinning for form fields
238 238
239// Begin: Basic skinning for visual dividers 239// Begin: Basic skinning for visual dividers
240.nj-divider { 240.nj-divider {
241 background-color: $color-divider-second; 241 background-color: $color-divider-second;
242 border-width: 0px; 242 border-width: 0px;
@@ -252,4 +252,4 @@ input[type="checkbox"].nj-skinned:disabled {
252 border-right: 1px solid $color-divider-third; 252 border-right: 1px solid $color-divider-third;
253 width: 1px; 253 width: 1px;
254} 254}
255// End: Basic skinning for visual dividers 255// End: Basic skinning for visual dividers
diff --git a/scss/imports/scss/_Components.scss b/scss/imports/scss/_Components.scss
index 754278ec..6a3106cd 100755
--- a/scss/imports/scss/_Components.scss
+++ b/scss/imports/scss/_Components.scss
@@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
30 30
31 31
32 32
33// Begin: Styles for the Tree component 33// Begin: Styles for the Tree component
34 34
35.tree 35.tree
36{ 36{
@@ -54,4 +54,4 @@ POSSIBILITY OF SUCH DAMAGE.
54 -webkit-transition: -webkit-transform 0.05s linear; 54 -webkit-transition: -webkit-transform 0.05s linear;
55} 55}
56 56
57// End: styles for the Tree component 57// End: styles for the Tree component
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss
index fee4f552..a1ead470 100755
--- a/scss/imports/scss/_MainWindow.scss
+++ b/scss/imports/scss/_MainWindow.scss
@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
33// Styles governing the main window and overall layout of the application. 33// Styles governing the main window and overall layout of the application.
34// Note that colors and font definitions go in 34// Note that colors and font definitions go in
35// _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss 35// _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss
36 36
37 37
38 body { 38 body {
39 position: absolute; 39 position: absolute;
@@ -289,7 +289,7 @@ POSSIBILITY OF SUCH DAMAGE.
289 289
290.resizeBar { -webkit-transition: all 0.15s linear; } 290.resizeBar { -webkit-transition: all 0.15s linear; }
291 291
292// Splitters Collapsed 292// Splitters Collapsed
293.panelContainer.collapsed { -webkit-transition: all 0.15s ease-in; } 293.panelContainer.collapsed { -webkit-transition: all 0.15s ease-in; }
294.panel.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0.1 !important; } 294.panel.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0.1 !important; }
295.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0 !important; } 295.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0 !important; }
@@ -310,7 +310,7 @@ POSSIBILITY OF SUCH DAMAGE.
310 box-shadow: 3px 5px 4px $color-app-shadow; 310 box-shadow: 3px 5px 4px $color-app-shadow;
311} 311}
312 312
313 313
314// 314//
315.baseBox { 315.baseBox {
316 display:-webkit-box; 316 display:-webkit-box;
@@ -318,7 +318,7 @@ POSSIBILITY OF SUCH DAMAGE.
318 display: box; 318 display: box;
319} 319}
320 320
321// Generic style to make any element unselectable 321// Generic style to make any element unselectable
322.unselectable { 322.unselectable {
323 -webkit-user-select: none; 323 -webkit-user-select: none;
324} 324}
@@ -335,7 +335,7 @@ POSSIBILITY OF SUCH DAMAGE.
335 overflow: hidden; 335 overflow: hidden;
336 color: white; 336 color: white;
337} 337}
338 338
339#openDocuments { 339#openDocuments {
340 float: left; 340 float: left;
341 height: 25px; 341 height: 25px;
diff --git a/scss/imports/scss/_MenuUI.scss b/scss/imports/scss/_MenuUI.scss
index 827b29bf..af7a9d70 100755
--- a/scss/imports/scss/_MenuUI.scss
+++ b/scss/imports/scss/_MenuUI.scss
@@ -30,9 +30,9 @@ POSSIBILITY OF SUCH DAMAGE.
30 30
31// MenuUI.scss 31// MenuUI.scss
32// Styles governing the main dropdown menu. 32// Styles governing the main dropdown menu.
33// Note that colors and font definitions go in 33// Note that colors and font definitions go in
34// _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss