diff --git a/stylesheets/components/_charts.less b/stylesheets/components/_charts.less index a4f8d01..38eb0aa 100644 --- a/stylesheets/components/_charts.less +++ b/stylesheets/components/_charts.less @@ -1,8 +1,8 @@ -canvas { +.dataTable.dataTableVizEvolution { background: @theme-color-background-base !important; } -#widgetUserCountryMapvisitorMap { +.UserCountryMap.card-content.dataTable { background: @theme-color-background-base; } diff --git a/stylesheets/components/_login.less b/stylesheets/components/_login.less index 93a937d..843787b 100644 --- a/stylesheets/components/_login.less +++ b/stylesheets/components/_login.less @@ -6,7 +6,7 @@ } .loginForm, -#loginTwoFaForm { +.loginTwoFaForm { & input[name="login_form_rememberme"], & label[for="login_form_rememberme"] { display: none; @@ -14,13 +14,15 @@ & h2.card-title { text-align: center; } - & p#piwik { + & p, + p#piwik { display: none; } & input#login_form_submit { width: 100%; color: #323036 !important; font-size: 1.3em; + letter-spacing: 0.2em; background-color: transparent; &:hover { color: #ceccd2 !important; diff --git a/stylesheets/components/_menu.less b/stylesheets/components/_menu.less index 075e6cf..84c3569 100644 --- a/stylesheets/components/_menu.less +++ b/stylesheets/components/_menu.less @@ -1,37 +1,44 @@ #secondNavBar { + ul { + & > li > ul > li.active > .item { + background-color: transparent !important; + } - ul { - & > li > ul > li.active > .item { - background-color: transparent !important; - } + li { + &.active > a { + background-color: transparent !important; + } - li { + a { + border-radius: 0; + font-weight: 500; + font-size: 14px; + //letter-spacing: .25px; + color: rgba(0, 0, 0, 0.54); + padding: 9px 21px 10px 19px !important; - &.active > a { - background-color: transparent !important; - } + &:focus { + outline: none !important; + } - a { - border-radius: 0; - font-weight: 500; - font-size: 14px; - //letter-spacing: .25px; - color: rgba(0, 0, 0, 0.54); - padding: 9px 21px 10px 19px !important; - - &:focus { - outline: none !important; - } - - &:hover { - background-color: #CECCD2 !important; - transition: .2s ease all; - } - } - } - } + &:hover { + background-color: #ceccd2 !important; + transition: 0.2s ease all; + } + } + } + } } #root #secondNavBar .navbar > li > ul li .item { - padding-left: 65px !important; -} \ No newline at end of file + padding-left: 65px !important; +} + +#topmenu-corehome { + background-color: transparent; + &:hover, &:active { + background-color: transparent; + outline: none; + border-bottom: 1px solid @theme-color-header-text; + } +} diff --git a/stylesheets/components/_widget.less b/stylesheets/components/_widget.less index ee694fc..bd90bd7 100644 --- a/stylesheets/components/_widget.less +++ b/stylesheets/components/_widget.less @@ -29,10 +29,11 @@ .widgetName { padding: 0 0 15px 0 !important; - font-weight: 300; + font-weight: bold; color: @theme-color-header-text; text-align: center; text-transform: uppercase; + font-size: 0.8em; } }