www/jqwidgets/styles/jqx.base.css

changeset 619
4938909df593
parent 451
259c97782bf8
child 733
67bf19c50fcc
--- a/www/jqwidgets/styles/jqx.base.css	Mon Mar 02 20:51:38 2020 +0100
+++ b/www/jqwidgets/styles/jqx.base.css	Tue Mar 03 17:15:56 2020 +0100
@@ -7624,6 +7624,10 @@
     padding: 2%;
     background-color: var(--jqx-time-picker-background);
 }
+.jqx-time-picker[view="portrait"] .jqx-header.jqx-widget-header.jqx-unselectable {
+    border-top-left-radius: inherit;
+    border-top-right-radius: inherit;
+}
 .jqx-time-picker[view="landscape"] .jqx-main-container {
     width: 67%;
     height: 100%;

mercurial