diff options
Diffstat (limited to 'scss/imports')
-rwxr-xr-x | scss/imports/scss/_Base.scss | 40 | ||||
-rwxr-xr-x | scss/imports/scss/_Components.scss | 4 | ||||
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 10 | ||||
-rwxr-xr-x | scss/imports/scss/_MenuUI.scss | 6 | ||||
-rw-r--r-- | scss/imports/scss/_MontageOverrides.scss | 2 | ||||
-rwxr-xr-x | scss/imports/scss/_PanelUI.scss | 90 | ||||
-rwxr-xr-x | scss/imports/scss/_ScrollBars.scss | 28 | ||||
-rw-r--r-- | scss/imports/scss/_Stage.scss | 16 | ||||
-rwxr-xr-x | scss/imports/scss/_Tools.scss | 74 | ||||
-rwxr-xr-x | scss/imports/scss/_mixins.scss | 2 | ||||
-rwxr-xr-x | scss/imports/scss/_toolbar.scss | 6 | ||||
-rwxr-xr-x | scss/imports/themes/default/_colors.scss | 46 |
12 files changed, 162 insertions, 162 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 |
71 | input.nj-skinned, | 71 | input.nj-skinned, |
72 | textarea.nj-skinned, | 72 | textarea.nj-skinned, |
73 | button.nj-skinned, | 73 | button.nj-skinned, |
74 | select.nj-skinned, | 74 | select.nj-skinned, |
75 | select.nj-skinned option { | 75 | select.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 |
103 | input[type="text"].nj-skinned, | 103 | input[type="text"].nj-skinned, |
104 | input[type="password"].nj-skinned, | 104 | input[type="password"].nj-skinned, |
105 | input[type="search"].nj-skinned, | 105 | input[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 |
145 | button.nj-skinned { | 145 | button.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 | } |
161 | button.nj-skinned:active, button.nj-skinned.active { | 161 | button.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 | } |
164 | button.nj-skinned:hover { | 164 | button.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 |
169 | input[type="radio"].nj-skinned { | 169 | input[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 | } |
186 | input[type="radio"].nj-skinned:checked { | 186 | input[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 |
208 | input[type="checkbox"].nj-skinned { | 208 | input[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 | 34 | // _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss |
35 |