Explorar o código

Fix datepicker style

Denis K %!s(int64=8) %!d(string=hai) anos
pai
achega
9e58c5fd92
Modificáronse 1 ficheiros con 21 adicións e 1 borrados
  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";
 
 .ui-widget-content {
+  color: $text-color;
   border-color: $content-border-color;
 }
 
@@ -105,4 +106,23 @@
   opacity: 0.8;
   font-size: 13px;
   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;
+  }
+}