diff --git a/plugins/Morpheus/stylesheets/base/icons.css b/plugins/Morpheus/stylesheets/base/icons.css index 5227e8720ffc..03c8ad267bde 100644 --- a/plugins/Morpheus/stylesheets/base/icons.css +++ b/plugins/Morpheus/stylesheets/base/icons.css @@ -24,7 +24,7 @@ } [class^="icon-"], - [class*=" icon-"] { +[class*=" icon-"] { font-family: 'matomo' !important; speak: none; font-style: normal; diff --git a/plugins/Morpheus/stylesheets/general/_default.less b/plugins/Morpheus/stylesheets/general/_default.less index 1d7020632c18..1c219812e406 100644 --- a/plugins/Morpheus/stylesheets/general/_default.less +++ b/plugins/Morpheus/stylesheets/general/_default.less @@ -1,66 +1,66 @@ /* reset style */ html, - body, - div, - span, - applet, - object, - iframe, - h1, - h2, - h3, - h4, - h5, - h6, - p, - blockquote, - pre, - a, - abbr, - acronym, - address, - big, - cite, - code, - del, - dfn, - em, - font, - img, - ins, - kbd, - q, - s, - samp, - small, - strike, - strong, - sub, - sup, - tt, - var, - b, - u, - i, - center, - dl, - dt, - dd, - ol, - ul, - li, - fieldset, - form, - label, - legend, - table, - caption, - tbody, - tfoot, - thead, - tr, - th, - td { +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +font, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td { margin: 0; padding: 0; border: 0; @@ -86,12 +86,12 @@ body { } ol, - ul { +ul { list-style: none; } blockquote, - q { +q { quotes: none; } diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less index 51875dd025fe..423214a6f8ee 100644 --- a/plugins/Morpheus/stylesheets/general/_forms.less +++ b/plugins/Morpheus/stylesheets/general/_forms.less @@ -82,40 +82,40 @@ nav.blue-grey.darken-3 { } [type="radio"]:checked + label::after, - [type="radio"].with-gap:checked + label::after { +[type="radio"].with-gap:checked + label::after { background-color: @theme-color-brand; border-color: @theme-color-brand; } input:not([type]):focus:not([readonly]), - input[type=text]:focus:not([readonly]), - input[type=password]:focus:not([readonly]), - input[type=email]:focus:not([readonly]), - input[type=url]:focus:not([readonly]), - input[type=time]:focus:not([readonly]), - input[type=date]:focus:not([readonly]), - input[type=datetime]:focus:not([readonly]), - input[type=datetime-local]:focus:not([readonly]), - input[type=tel]:focus:not([readonly]), - input[type=number]:focus:not([readonly]), - input[type=search]:focus:not([readonly]), - textarea.materialize-textarea:focus:not([readonly]) { +input[type=text]:focus:not([readonly]), +input[type=password]:focus:not([readonly]), +input[type=email]:focus:not([readonly]), +input[type=url]:focus:not([readonly]), +input[type=time]:focus:not([readonly]), +input[type=date]:focus:not([readonly]), +input[type=datetime]:focus:not([readonly]), +input[type=datetime-local]:focus:not([readonly]), +input[type=tel]:focus:not([readonly]), +input[type=number]:focus:not([readonly]), +input[type=search]:focus:not([readonly]), +textarea.materialize-textarea:focus:not([readonly]) { border-bottom-color: @theme-color-brand; box-shadow: 0 1px 0 0 @theme-color-brand; } input:not([type]):focus:not([readonly]) + label, - input[type=text]:focus:not([readonly]) + label, - input[type=password]:focus:not([readonly]) + label, - input[type=email]:focus:not([readonly]) + label, - input[type=url]:focus:not([readonly]) + label, - input[type=time]:focus:not([readonly]) + label, - input[type=date]:focus:not([readonly]) + label, - input[type=datetime]:focus:not([readonly]) + label, - input[type=datetime-local]:focus:not([readonly]) + label, - input[type=tel]:focus:not([readonly]) + label, - input[type=number]:focus:not([readonly]) + label, - input[type=search]:focus:not([readonly]) + label, - textarea.materialize-textarea:focus:not([readonly]) + label { +input[type=text]:focus:not([readonly]) + label, +input[type=password]:focus:not([readonly]) + label, +input[type=email]:focus:not([readonly]) + label, +input[type=url]:focus:not([readonly]) + label, +input[type=time]:focus:not([readonly]) + label, +input[type=date]:focus:not([readonly]) + label, +input[type=datetime]:focus:not([readonly]) + label, +input[type=datetime-local]:focus:not([readonly]) + label, +input[type=tel]:focus:not([readonly]) + label, +input[type=number]:focus:not([readonly]) + label, +input[type=search]:focus:not([readonly]) + label, +textarea.materialize-textarea:focus:not([readonly]) + label { color: @theme-color-brand; } diff --git a/plugins/Morpheus/stylesheets/general/_jqueryUI.less b/plugins/Morpheus/stylesheets/general/_jqueryUI.less index a1985a817450..1bd7f7c8c0ff 100644 --- a/plugins/Morpheus/stylesheets/general/_jqueryUI.less +++ b/plugins/Morpheus/stylesheets/general/_jqueryUI.less @@ -11,7 +11,7 @@ #tooltip { position: absolute; z-index: 3000; - border: 1px solid #e4e2d7 ; + border: 1px solid #e4e2d7; padding: 5px 7px 5px 7px; background-color: #f5f7ff; opacity: 0.95; @@ -124,7 +124,7 @@ div.ui-state-highlight { } .ui-datepicker .ui-datepicker-prev span, - .ui-datepicker .ui-datepicker-next span { +.ui-datepicker .ui-datepicker-next span { margin-left: -5px; margin-top: -5px; } @@ -178,10 +178,10 @@ div.ui-state-highlight { } .ui-datepicker td.ui-datepicker-current-period a.ui-state-default, - td .ui-state-active, - .ui-datepicker td.ui-datepicker-current-period a.ui-state-active, - .ui-datepicker td.ui-datepicker-week-end .ui-state-active, - .ui-datepicker td.ui-datepicker-other-month.ui-datepicker-current-period { +td .ui-state-active, +.ui-datepicker td.ui-datepicker-current-period a.ui-state-active, +.ui-datepicker td.ui-datepicker-week-end .ui-state-active, +.ui-datepicker td.ui-datepicker-other-month.ui-datepicker-current-period { border-color: #887f71 !important; background: #887f71 !important; color: #fff !important; @@ -189,9 +189,9 @@ div.ui-state-highlight { } .ui-datepicker td .ui-state-hover, - .ui-datepicker td .ui-state-hover:hover, - .ui-datepicker .ui-datepicker td.ui-datepicker-current-period a.ui-state-hover, - .ui-datepicker td.ui-datepicker-week-end .ui-state-hover { +.ui-datepicker td .ui-state-hover:hover, +.ui-datepicker .ui-datepicker td.ui-datepicker-current-period a.ui-state-hover, +.ui-datepicker td.ui-datepicker-week-end .ui-state-hover { background: #e5e3e0 !important; color: #000 !important; } diff --git a/plugins/Morpheus/stylesheets/general/_typography.less b/plugins/Morpheus/stylesheets/general/_typography.less index cd8d155a6bc8..05df01630673 100644 --- a/plugins/Morpheus/stylesheets/general/_typography.less +++ b/plugins/Morpheus/stylesheets/general/_typography.less @@ -1,8 +1,8 @@ h1, - h2, - h3, - h4, - h5 { +h2, +h3, +h4, +h5 { font-family: @theme-fontFamily-base; } @@ -58,12 +58,12 @@ h2 { } .tagCloud span, - .tagCloud span a { +.tagCloud span a { color: @theme-color-link !important; } ul.widgetpreview-widgetlist, - ul.widgetpreview-categorylist { +ul.widgetpreview-categorylist { color: #4d4d4d; } diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less index fbe6bda5e186..d37df87fbf1c 100644 --- a/plugins/Morpheus/stylesheets/main.less +++ b/plugins/Morpheus/stylesheets/main.less @@ -658,5 +658,5 @@ tr:hover #token_auth { } .ui-tooltip { - z-index: 9999; + z-index: 9999; } diff --git a/plugins/Morpheus/stylesheets/simple_structure.css b/plugins/Morpheus/stylesheets/simple_structure.css index 6b3ddf91cfad..63aa731ed0f0 100644 --- a/plugins/Morpheus/stylesheets/simple_structure.css +++ b/plugins/Morpheus/stylesheets/simple_structure.css @@ -152,7 +152,7 @@ a { } p, - dt { +dt { line-height: 1.5; padding-bottom: 1em; } @@ -186,7 +186,7 @@ p, } .warning, - .warning a { +.warning a { color: #ff5502; } @@ -198,19 +198,19 @@ p, } .error, - .error a { +.error a { color: #f00; } .error img, - .success img, - .warning img { +.success img, +.warning img { border: 0; vertical-align: bottom; } .warning, - .error { +.error { border-radius: 4px; padding: 15px; } diff --git a/plugins/Morpheus/stylesheets/ui/_buttons.less b/plugins/Morpheus/stylesheets/ui/_buttons.less index 3da64f2b0f85..d4bfc669c308 100644 --- a/plugins/Morpheus/stylesheets/ui/_buttons.less +++ b/plugins/Morpheus/stylesheets/ui/_buttons.less @@ -3,7 +3,7 @@ button.btn, input[type="submit"].btn, - .btn { +.btn { display: inline-block; .border-radius(3px); @@ -18,7 +18,7 @@ input[type="submit"].btn, border: 0; &:hover, - &:focus { + &:focus { color: @theme-color-brand-contrast; background: @theme-color-brand; text-decoration: none; @@ -54,8 +54,8 @@ input[type="submit"].btn, } .btn.disabled, - .btn[disabled], - fieldset[disabled] .btn { +.btn[disabled], +fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); diff --git a/plugins/Morpheus/stylesheets/ui/_cards.less b/plugins/Morpheus/stylesheets/ui/_cards.less index 5288749940f8..96b81d460b7e 100644 --- a/plugins/Morpheus/stylesheets/ui/_cards.less +++ b/plugins/Morpheus/stylesheets/ui/_cards.less @@ -1,7 +1,7 @@ h1, - h2, - h3, - h4 { +h2, +h3, +h4 { &.card-title { color: @theme-color-text !important; @@ -19,9 +19,9 @@ h1, .card { h1, - h2, - h3, - h4 { + h2, + h3, + h4 { color: @theme-color-text; } diff --git a/plugins/Morpheus/stylesheets/ui/_code.less b/plugins/Morpheus/stylesheets/ui/_code.less index 5493b74434c4..823fdc0a7935 100644 --- a/plugins/Morpheus/stylesheets/ui/_code.less +++ b/plugins/Morpheus/stylesheets/ui/_code.less @@ -8,7 +8,7 @@ code { // The .codeblock class is useful to style