diff options
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 10 |
1 files changed, 5 insertions, 5 deletions
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; |