background: @inputBackgroundColor;\r
\r
&:focus {\r
- .boxShadow('inset 1px 1px 1px rgba(210, 210, 210, 0.75)');\r
+//@@@\r
+// .boxShadow('inset 1px 1px 1px rgba(210, 210, 210, 0.75)');\r
+ background: @baseBackgroundColor;\r
}\r
&[readonly] {\r
border-color: @readonlyBorderColor;\r
background: @inputBackgroundColor;\r
\r
&:focus {\r
- .boxShadow('inset 1px 1px 1px rgba(210, 210, 210, 0.75)');\r
+//@@@ \r
+// .boxShadow('inset 1px 1px 1px rgba(210, 210, 210, 0.75)');\r
+ background: @baseBackgroundColor;\r
}\r
&[readonly] {\r
border-color: @readonlyBorderColor;\r
&-header {\r
.fontStyle(@baseTitleFontFamily, @fontSizeMedium, bold, @textColorGray);\r
height: @baseBarHeight;\r
- border-bottom: 1px solid @baseBorderColor;\r
+//@@@\r
+ border-bottom: 0px solid @baseBorderColor;\r
padding: 4px 4px 3px;\r
line-height: @baseBarHeight - 8; // 24px = 32 - (padding + border)\r
.verGradient(@baseGradientStart, @baseGradientEnd);\r
//listbox footer
&-footer {
border-top: 1px solid @baseBorderColor;
- background: @meshFootBackgroundColor;
+//@@@
+// background: @meshFootBackgroundColor;
+ background: @textColorDark;
overflow: hidden;
.resetTable();
}
.z-center-header,
.z-east-header {
font-size: @baseFontSize;
+//@@@
color: @textColorGray;
- border-bottom: 0;
line-height: 20px;
}
.z-east-splitter,
}
.z-north-splitter-button,
.z-south-splitter-button {
- .size(32px, 16px);
+ .size(32px, 16px);
border-width: 1px;
.verGradient(@baseGradientStart, @baseGradientEnd);
top: -4px;
// -------------------------------------
// Input (used for textbox, intbox, spinner, ...)
// -------------------------------------
-@inputBorderColor: @baseBorderColor;
+@inputBorderColor: @textColorGray;
@inputBackgroundColor: @textColorDark;
// -------------------------------------
padding: 8px;\r
font-size: 10px;\r
}\r
+input:-webkit-autofill,\r
+input:-webkit-autofill:hover, \r
+input:-webkit-autofill:focus, \r
+input:-webkit-autofill:active{\r
+ -webkit-box-shadow: 0 0 0 30px #FFFFE0 inset !important;\r
+}\r
+.search-details-icon {\r
+ color: black;\r
+ margin-left: 2px; \r
+}\r
font-size: 10px;\r
color: #e3e3e3; \r
}\r
+input:-webkit-autofill,\r
+input:-webkit-autofill:hover, \r
+input:-webkit-autofill:focus, \r
+input:-webkit-autofill:active{\r
+ -webkit-box-shadow: 0 0 0 30px #FFFFE0 inset !important;\r
+}\r
+.search-details-icon {\r
+ color: #e3e3e3;\r
+ margin-left: 2px; \r
+}\r
<?xml version="1.0" encoding="UTF-8"?>\r
<zk>\r
- <style>\r
- input:-webkit-autofill,\r
- input:-webkit-autofill:hover, \r
- input:-webkit-autofill:focus, \r
- input:-webkit-autofill:active{\r
- -webkit-box-shadow: 0 0 0 30px yellow inset !important;\r
- }\r
- </style>\r
<style src="/css/${sessionScope.theme}/mediacube.css"/>\r
<hbox self="@define(content)" vflex="1" hflex="1" align="center" pack="center" spacing="20px">\r
<vlayout>\r