diff --git a/src/Umbraco.Web.UI.Client/src/less/components/buttons/umb-era-button.less b/src/Umbraco.Web.UI.Client/src/less/components/buttons/umb-era-button.less index 8087a601bb..56a85ad3d9 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/buttons/umb-era-button.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/buttons/umb-era-button.less @@ -3,7 +3,6 @@ justify-content: center; align-items: center; font-size: 14px; - //font-weight: bold; height: 38px; line-height: 1; max-width: 100%; @@ -19,6 +18,7 @@ box-sizing: border-box; cursor: pointer; transition: background-color 80ms ease, color 80ms ease; + font-weight: bold; } diff --git a/src/Umbraco.Web.UI.Client/src/less/components/umb-lightbox.less b/src/Umbraco.Web.UI.Client/src/less/components/umb-lightbox.less index 9f1ef219a9..6596008f90 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/umb-lightbox.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/umb-lightbox.less @@ -53,7 +53,7 @@ } .umb-lightbox__control { - background-color: white; + background-color: @white; width: 50px; height: 50px; border-radius: 50%; @@ -77,6 +77,6 @@ } .umb-lightbox__control-icon { - color: @blue; + color: @turquoise; font-size: 20px; } diff --git a/src/Umbraco.Web.UI.Client/src/less/components/umb-locked-field.less b/src/Umbraco.Web.UI.Client/src/less/components/umb-locked-field.less index 2f86b76b4b..bd59df712f 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/umb-locked-field.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/umb-locked-field.less @@ -34,7 +34,7 @@ input.umb-locked-field__input { border-color: transparent !important; font-size: 13px; margin-bottom: 0; - color: @gray-7; + color: @gray-6; transition: color 0.25s; padding: 0; height: auto; diff --git a/src/Umbraco.Web.UI.Client/src/less/tree.less b/src/Umbraco.Web.UI.Client/src/less/tree.less index 834ae10977..0cb345f871 100644 --- a/src/Umbraco.Web.UI.Client/src/less/tree.less +++ b/src/Umbraco.Web.UI.Client/src/less/tree.less @@ -183,7 +183,7 @@ } .umb-tree small.search-subtitle{ - color: @gray-8; + color: @gray-7; display: block; padding-left: 35px; } diff --git a/src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/compositions/compositions.html b/src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/compositions/compositions.html index 6554a0377f..3cc81fdcf6 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/compositions/compositions.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/compositions/compositions.html @@ -14,7 +14,7 @@