diff options
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index f92c0f04..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 | } |
@@ -330,47 +330,47 @@ POSSIBILITY OF SUCH DAMAGE. | |||
330 | } | 330 | } |
331 | 331 | ||
332 | .openDocumentsTab { | 332 | .openDocumentsTab { |
333 | height: 25px; | 333 | height: 25px; |
334 | position: relative; | 334 | position: relative; |
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; |
342 | width: 100%; | 342 | width: 100%; |
343 | font-size: 12px; | 343 | font-size: 12px; |
344 | list-style: none; | 344 | list-style: none; |
345 | margin: 0; | 345 | margin: 0; |
346 | padding: 0; | 346 | padding: 0; |
347 | position: relative; | 347 | position: relative; |
348 | text-decoration: none; | 348 | text-decoration: none; |
349 | } | 349 | } |
350 | 350 | ||
351 | #openDocuments li { | 351 | #openDocuments li { |
352 | border-right: 1px solid black; | 352 | border-right: 1px solid black; |
353 | cursor: pointer; | 353 | cursor: pointer; |
354 | display: inline; | 354 | display: inline; |
355 | float: left; | 355 | float: left; |
356 | padding: 0.5em 1em; | 356 | padding: 0.5em 1em; |
357 | text-shadow: 1px 1px 1px #000000; | 357 | text-shadow: 1px 1px 1px #000000; |
358 | vertical-align: middle; | 358 | vertical-align: middle; |
359 | } | 359 | } |
360 | 360 | ||
361 | #openDocuments li:hover, #openDocuments li:active, #openDocuments li.activeTab { | 361 | #openDocuments li:hover, #openDocuments li:active, #openDocuments li.activeTab { |
362 | background-color: #7f7f7f; | 362 | background-color: #7f7f7f; |
363 | } | 363 | } |
364 | 364 | ||
365 | .documentBar { | 365 | .documentBar { |
366 | height: 25px; | 366 | height: 25px; |
367 | position: relative; | 367 | position: relative; |
368 | overflow: hidden; | 368 | overflow: hidden; |
369 | color: white; | 369 | color: white; |
370 | } | 370 | } |
371 | 371 | ||
372 | .montage-popup-modal-mask | 372 | .montage-popup-modal-mask |
373 | { | 373 | { |
374 | opacity: 1; | 374 | opacity: 1; |
375 | background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,0.8) 80%); | 375 | background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,0.8) 80%); |
376 | } | 376 | } |