diff options
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index f92c0f04..fee4f552 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -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 | } |