2 * MediaWiki Widgets – DateInputWidget styles.
4 * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
5 * @license The MIT License (MIT); see LICENSE.txt
8 .oo-ui-box-sizing( @type: border-box ) {
9 -webkit-box-sizing: @type;
10 -moz-box-sizing: @type;
14 .oo-ui-unselectable() {
15 -webkit-touch-callout: none;
16 -webkit-user-select: none;
17 -moz-user-select: none;
18 -ms-user-select: none;
22 .oo-ui-inline-spacing( @spacing, @cancelled-spacing: 0 ) {
23 margin-right: @spacing;
26 margin-right: @cancelled-spacing;
30 @indicator-size: unit( 12 / 16 / 0.8, em );
32 .mw-widget-dateInputWidget {
33 display: inline-block;
37 .oo-ui-inline-spacing( 0.5em );
38 margin-bottom: 0.25em;
42 background-color: #fff;
43 display: inline-block;
45 .oo-ui-box-sizing( border-box );
47 .oo-ui-unselectable();
50 border: 1px solid #a2a9b1;
55 > .oo-ui-labelElement-label {
59 > .oo-ui-indicatorElement-indicator {
64 &.oo-ui-indicatorElement .mw-widget-dateInputWidget-handle > .oo-ui-indicatorElement-indicator {
69 width: @indicator-size;
74 > .oo-ui-textInputWidget {
83 background-color: #fff;
86 box-shadow: 0 0.15em 0 0 rgba( 0, 0, 0, 0.15 );
90 box-shadow: inset 0 0 0 1px #36c, 0 0.15em 0 0 rgba( 0, 0, 0, 0.15 );
96 .mw-widget-dateInputWidget-handle {
102 &.oo-ui-flaggedElement-invalid {
103 .mw-widget-dateInputWidget-handle {
105 box-shadow: inset 0 0 0 0 #f00;
109 &.oo-ui-widget-enabled {
110 .mw-widget-dateInputWidget-handle:hover {
111 border-color: #72777d;
115 &.oo-ui-widget-disabled {
116 .mw-widget-dateInputWidget-handle {
117 background-color: #eaecf0;
119 border-color: #c8ccd1;
120 text-shadow: 0 1px 1px #fff;
123 > .oo-ui-indicatorElement-indicator {