Explorar el Código

Fix datepicker style

Denis K hace 8 años
padre
commit
9e58c5fd92
Se han modificado 1 ficheros con 21 adiciones y 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;
+  }
+}