www/jqwidgets/styles/jqx.dark.css

changeset 619
4938909df593
parent 451
259c97782bf8
child 733
67bf19c50fcc
equal deleted inserted replaced
618:2712082437b0 619:4938909df593
980 border: 1px solid rgb(0, 119, 190) !important; 980 border: 1px solid rgb(0, 119, 190) !important;
981 } 981 }
982 .jqx-container-dark { 982 .jqx-container-dark {
983 border-radius: inherit; 983 border-radius: inherit;
984 } 984 }
985 .jqx-header-dark { 985 .jqx-time-picker[view="portrait"] .jqx-header-dark {
986 border-top-left-radius: inherit; 986 border-top-left-radius: inherit;
987 border-top-right-radius: inherit; 987 border-top-right-radius: inherit;
988 } 988 }
989 .jqx-main-container-dark { 989 .jqx-time-picker[view="portrait"] .jqx-main-container-dark {
990 border-bottom-left-radius: inherit; 990 border-bottom-left-radius: inherit;
991 border-bottom-right-radius: inherit;
992 }
993 .jqx-time-picker[view="landscape"] .jqx-header-dark {
994 border-top-left-radius: inherit;
995 border-bottom-left-radius: inherit;
996 }
997 .jqx-time-picker[view="landscape"] .jqx-main-container-dark {
998 border-top-right-radius: inherit;
991 border-bottom-right-radius: inherit; 999 border-bottom-right-radius: inherit;
992 } 1000 }
993 .jqx-time-picker .jqx-main-container-dark { 1001 .jqx-time-picker .jqx-main-container-dark {
994 background-color: rgb(37, 40, 48); 1002 background-color: rgb(37, 40, 48);
995 } 1003 }

mercurial