diff --git a/wire/modules/AdminTheme/AdminThemeUikit/themes/default/admin.css b/wire/modules/AdminTheme/AdminThemeUikit/themes/default/admin.css index 2e21be38..870697fd 100644 --- a/wire/modules/AdminTheme/AdminThemeUikit/themes/default/admin.css +++ b/wire/modules/AdminTheme/AdminThemeUikit/themes/default/admin.css @@ -545,12 +545,12 @@ a.uk-link-heading:hover,.uk-link-heading a:hover,.uk-link-toggle:hover .uk-link- } .uk-subnav-pill>*>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-card-primary.uk-card-body .uk-subnav-pill>*>a:hover,.uk-card-primary>:not([class*='uk-card-media']) .uk-subnav-pill>*>a:hover,.uk-card-secondary.uk-card-body .uk-subnav-pill>*>a:hover,.uk-card-secondary>:not([class*='uk-card-media']) .uk-subnav-pill>*>a:hover,.uk-overlay-primary .uk-subnav-pill>*>a:hover { - background-color: var(--pw-inputs-background) + background-color: var(--pw-inputs-background); color: var(--pw-muted-color) } .uk-subnav-pill>*>a:active,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-card-primary.uk-card-body .uk-subnav-pill>*>a:active,.uk-card-primary>:not([class*='uk-card-media']) .uk-subnav-pill>*>a:active,.uk-card-secondary.uk-card-body .uk-subnav-pill>*>a:active,.uk-card-secondary>:not([class*='uk-card-media']) .uk-subnav-pill>*>a:active,.uk-overlay-primary .uk-subnav-pill>*>a:active { - background-color: var(--pw-inputs-background) + background-color: var(--pw-inputs-background); color: var(--pw-muted-color) } @@ -1481,7 +1481,8 @@ a.uk-link-heading:hover,.uk-link-heading a:hover,.uk-link-toggle:hover .uk-link- } .uk-text-meta { - color: var(--pw-muted-color) + color: var(--pw-muted-color) !important; + font-size: .875rem; } .uk-text-meta>a { @@ -5264,7 +5265,7 @@ a .ModuleClass.ui-priority-secondary { .ui-datepicker button.ui-datepicker-close { background: var(--pw-text-color); border-color: var(--pw-text-color); - color: var(--pw-blocks-color); + color: var(--pw-blocks-background); } .ui-datepicker button.ui-datepicker-close:hover { diff --git a/wire/modules/AdminTheme/AdminThemeUikit/themes/default/content.css b/wire/modules/AdminTheme/AdminThemeUikit/themes/default/content.css index 3cc8da56..e9bcb03a 100644 --- a/wire/modules/AdminTheme/AdminThemeUikit/themes/default/content.css +++ b/wire/modules/AdminTheme/AdminThemeUikit/themes/default/content.css @@ -72,28 +72,16 @@ a { .mce-content-body table:not([cellpadding]) th { padding: 0.4rem; } -.mce-content-body -table[border]:not([border="0"]):not([style*="border-width"]) -td, -.mce-content-body -table[border]:not([border="0"]):not([style*="border-width"]) -th { +.mce-content-body table[border]:not([border="0"]):not([style*="border-width"]) td, +.mce-content-body table[border]:not([border="0"]):not([style*="border-width"]) th { border-width: 1px; } -.mce-content-body -table[border]:not([border="0"]):not([style*="border-style"]) -td, -.mce-content-body -table[border]:not([border="0"]):not([style*="border-style"]) -th { +.mce-content-body table[border]:not([border="0"]):not([style*="border-style"]) td, +.mce-content-body table[border]:not([border="0"]):not([style*="border-style"]) th { border-style: solid; } -.mce-content-body -table[border]:not([border="0"]):not([style*="border-color"]) -td, -.mce-content-body -table[border]:not([border="0"]):not([style*="border-color"]) -th { +.mce-content-body table[border]:not([border="0"]):not([style*="border-color"]) td, +.mce-content-body table[border]:not([border="0"]):not([style*="border-color"]) th { border-color: var(--pw-border-color, #ccc); } .mce-content-body span[lang] { @@ -135,7 +123,7 @@ th { line-height: 1.3em; font-size: 14px; color: #999; - color: var(--pw-muted-text, #999); + color: var(--pw-muted-color, #999); } .mce-content-body .align_right, .mce-content-body .align-right,