diff options
Diffstat (limited to 'css/main.css')
| -rw-r--r-- | css/main.css | 49 |
1 files changed, 48 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 7ce0b17..af7bb2d 100644 --- a/css/main.css +++ b/css/main.css @@ -1 +1,48 @@ -/* No CSS *//*# sourceMappingURL=main.css.map */
\ No newline at end of file +body { + margin: 0; + padding: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; +} + +.topNavigationBar { + padding: 5px 10px; + -webkit-user-select: none; + -webkit-app-region: drag; + background: #0075c4; + /* Old browsers */ + /* FF3.6-15 */ + /* Chrome10-25,Safari5.1-6 */ + background: -webkit-gradient(linear, left top, left bottom, from(#0075c4), to(#0267c1)); + background: linear-gradient(to bottom, #0075c4 0%, #0267c1 100%); + /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075c4', endColorstr='#0267c1',GradientType=0 ); + /* IE6-9 */ +} + +.titlebar { + text-align: center; + font-size: 12px; + margin: 0px 0px 10px 0px; + color: white; + font-weight: 400; +} + +.actionButtons .btn { + background: transparent; + width: 32px; + height: 32px; + border: none; + outline: none; + background-size: contain; + background-position: center; + background-repeat: no-repeat; +} + +.actionButtons .newFolder { + background-image: url("../icons/symbolic/light/normal/folder-new.svg"); +} + +.actionButtons .newFolder:hover { + background-image: url("../icons/symbolic/light/hovered/folder-new.svg"); +} +/*# sourceMappingURL=main.css.map */
\ No newline at end of file |
