From: elgekko Date: Sat, 1 Apr 2023 22:07:59 +0000 (+0200) Subject: UserDark olvashatosag javitasok X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=23f3451e3b4b47f357f8e58ff81aa02661b7ba28;p=mediacube.git UserDark olvashatosag javitasok --- diff --git a/server/hu.user.theme.userdark/src/archive/web/js/zul/inp/less/combo.less b/server/hu.user.theme.userdark/src/archive/web/js/zul/inp/less/combo.less index 74c2312b..58d454ee 100644 --- a/server/hu.user.theme.userdark/src/archive/web/js/zul/inp/less/combo.less +++ b/server/hu.user.theme.userdark/src/archive/web/js/zul/inp/less/combo.less @@ -22,7 +22,9 @@ background: @inputBackgroundColor; &:focus { - .boxShadow('inset 1px 1px 1px rgba(210, 210, 210, 0.75)'); +//@@@ +// .boxShadow('inset 1px 1px 1px rgba(210, 210, 210, 0.75)'); + background: @baseBackgroundColor; } &[readonly] { border-color: @readonlyBorderColor; diff --git a/server/hu.user.theme.userdark/src/archive/web/js/zul/inp/less/input.less b/server/hu.user.theme.userdark/src/archive/web/js/zul/inp/less/input.less index c7647766..25b60d1f 100644 --- a/server/hu.user.theme.userdark/src/archive/web/js/zul/inp/less/input.less +++ b/server/hu.user.theme.userdark/src/archive/web/js/zul/inp/less/input.less @@ -15,7 +15,9 @@ background: @inputBackgroundColor; &:focus { - .boxShadow('inset 1px 1px 1px rgba(210, 210, 210, 0.75)'); +//@@@ +// .boxShadow('inset 1px 1px 1px rgba(210, 210, 210, 0.75)'); + background: @baseBackgroundColor; } &[readonly] { border-color: @readonlyBorderColor; diff --git a/server/hu.user.theme.userdark/src/archive/web/js/zul/layout/less/borderlayout.less b/server/hu.user.theme.userdark/src/archive/web/js/zul/layout/less/borderlayout.less index d514ee3a..34c76d6b 100644 --- a/server/hu.user.theme.userdark/src/archive/web/js/zul/layout/less/borderlayout.less +++ b/server/hu.user.theme.userdark/src/archive/web/js/zul/layout/less/borderlayout.less @@ -53,7 +53,8 @@ &-header { .fontStyle(@baseTitleFontFamily, @fontSizeMedium, bold, @textColorGray); height: @baseBarHeight; - border-bottom: 1px solid @baseBorderColor; +//@@@ + border-bottom: 0px solid @baseBorderColor; padding: 4px 4px 3px; line-height: @baseBarHeight - 8; // 24px = 32 - (padding + border) .verGradient(@baseGradientStart, @baseGradientEnd); diff --git a/server/hu.user.theme.userdark/src/archive/web/js/zul/sel/less/listbox.less b/server/hu.user.theme.userdark/src/archive/web/js/zul/sel/less/listbox.less index 03aac01d..9b009059 100644 --- a/server/hu.user.theme.userdark/src/archive/web/js/zul/sel/less/listbox.less +++ b/server/hu.user.theme.userdark/src/archive/web/js/zul/sel/less/listbox.less @@ -51,7 +51,9 @@ //listbox footer &-footer { border-top: 1px solid @baseBorderColor; - background: @meshFootBackgroundColor; +//@@@ +// background: @meshFootBackgroundColor; + background: @textColorDark; overflow: hidden; .resetTable(); } diff --git a/server/hu.user.theme.userdark/src/archive/web/zkmax/less/tablet/_borderlayout.less b/server/hu.user.theme.userdark/src/archive/web/zkmax/less/tablet/_borderlayout.less index b81675ea..b8b213fa 100644 --- a/server/hu.user.theme.userdark/src/archive/web/zkmax/less/tablet/_borderlayout.less +++ b/server/hu.user.theme.userdark/src/archive/web/zkmax/less/tablet/_borderlayout.less @@ -9,8 +9,8 @@ .z-center-header, .z-east-header { font-size: @baseFontSize; +//@@@ color: @textColorGray; - border-bottom: 0; line-height: 20px; } .z-east-splitter, @@ -21,7 +21,7 @@ } .z-north-splitter-button, .z-south-splitter-button { - .size(32px, 16px); + .size(32px, 16px); border-width: 1px; .verGradient(@baseGradientStart, @baseGradientEnd); top: -4px; diff --git a/server/hu.user.theme.userdark/src/archive/web/zul/less/_zkvariables.less b/server/hu.user.theme.userdark/src/archive/web/zul/less/_zkvariables.less index 36ec027b..d9219a9e 100644 --- a/server/hu.user.theme.userdark/src/archive/web/zul/less/_zkvariables.less +++ b/server/hu.user.theme.userdark/src/archive/web/zul/less/_zkvariables.less @@ -81,7 +81,7 @@ // ------------------------------------- // Input (used for textbox, intbox, spinner, ...) // ------------------------------------- -@inputBorderColor: @baseBorderColor; +@inputBorderColor: @textColorGray; @inputBackgroundColor: @textColorDark; // ------------------------------------- diff --git a/server/user.mediacube.gui/css/silvertail/mediacube.css b/server/user.mediacube.gui/css/silvertail/mediacube.css index 7948e935..f01dd1b0 100644 --- a/server/user.mediacube.gui/css/silvertail/mediacube.css +++ b/server/user.mediacube.gui/css/silvertail/mediacube.css @@ -47,3 +47,13 @@ body *:not([class*="z-icon-"]) { padding: 8px; font-size: 10px; } +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +input:-webkit-autofill:active{ + -webkit-box-shadow: 0 0 0 30px #FFFFE0 inset !important; +} +.search-details-icon { + color: black; + margin-left: 2px; +} diff --git a/server/user.mediacube.gui/css/userdark/mediacube.css b/server/user.mediacube.gui/css/userdark/mediacube.css index 9264d9eb..32414b00 100644 --- a/server/user.mediacube.gui/css/userdark/mediacube.css +++ b/server/user.mediacube.gui/css/userdark/mediacube.css @@ -52,3 +52,13 @@ body *:not([class*="z-icon-"]) { font-size: 10px; color: #e3e3e3; } +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +input:-webkit-autofill:active{ + -webkit-box-shadow: 0 0 0 30px #FFFFE0 inset !important; +} +.search-details-icon { + color: #e3e3e3; + margin-left: 2px; +} diff --git a/server/user.mediacube.gui/pages/login.zul b/server/user.mediacube.gui/pages/login.zul index f67a3931..a2ac585e 100644 --- a/server/user.mediacube.gui/pages/login.zul +++ b/server/user.mediacube.gui/pages/login.zul @@ -1,13 +1,5 @@ -