浏览代码

Fix datepicker style

Denis K 8 年之前
父节点
当前提交
9e58c5fd92
共有 1 个文件被更改,包括 21 次插入1 次删除
  1. 21 1
      jet/static/jet/css/jquery-ui/_jquery-ui.theme.scss

+ 21 - 1
jet/static/jet/css/jquery-ui/_jquery-ui.theme.scss

@@ -1,6 +1,7 @@
 @import "../globals";
 @import "../globals";
 
 
 .ui-widget-content {
 .ui-widget-content {
+  color: $text-color;
   border-color: $content-border-color;
   border-color: $content-border-color;
 }
 }
 
 
@@ -105,4 +106,23 @@
   opacity: 0.8;
   opacity: 0.8;
   font-size: 13px;
   font-size: 13px;
   pointer-events: none;
   pointer-events: none;
-}
+}
+
+.ui-datepicker {
+  table {
+    margin: 0 0 .4em;
+    background: transparent;
+    border-radius: 0;
+    box-shadow: none;
+  }
+
+  th {
+    background: inherit;
+    color: inherit;
+    text-transform: inherit;
+  }
+
+  tbody tr {
+    border-bottom: inherit;
+  }
+}