diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index fa1372063..7e521f98c 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -947,3 +947,35 @@ ul.fancytree-container li { .button-widget:hover .bx { background-color: var(--hover-item-background-color); } + +#left-pane, #launcher-pane { + background-color: #F3F3F3; +} + +#left-pane, #launcher-pane { + color: #333 !important; +} + +input { + background-color: transparent !important; +} + +@font-face { + font-family: OpenSansRegular; + src: url(../OpenSans-Regular.ttf); +} + +@font-face { + font-family: OpenSansLight; + src: url(../OpenSans-Light.ttf); +} + +@font-face { + font-family: MontserratMedium; + src: url(../Montserrat-Medium.ttf); +} + +@font-face { + font-family: MontserratLight; + src: url(../Montserrat-Light.ttf); +} diff --git a/src/public/stylesheets/themes.css b/src/public/stylesheets/themes.css index c11092fcc..2527b958c 100644 --- a/src/public/stylesheets/themes.css +++ b/src/public/stylesheets/themes.css @@ -1,18 +1,18 @@ :root { - --main-font-family: inherit; + --main-font-family: MontserratLight; --main-font-size: normal; - --tree-font-family: inherit; + --tree-font-family: MontserratLight; --tree-font-size: normal; - --detail-font-family: inherit; + --detail-font-family: MontserratLight; --detail-font-size: normal; - --detail-text-font-family: inherit; + --detail-text-font-family: MontserratLight; --main-background-color: white; --main-text-color: black; --main-border-color: #ccc; --accented-background-color: #f5f5f5; --more-accented-background-color: #ddd; --header-background-color: #fff; - --button-background-color: #fff; + --button-background-color: transparent; --button-disabled-background-color: #ddd; --button-border-color: #ddd; --button-text-color: black;