X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.widgets.datetime%2FCalendarWidget.less;h=77f87f7d8089d34b09ddde1c60d74928f65fdd32;hb=e968a1f431ad058dcb14adb2757bde5664b99a79;hp=a7beb0df55eb8e6a922855105e71351b95042441;hpb=a0e11fff0c12b73aa2d9083b32a066f61e55399e;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.widgets.datetime/CalendarWidget.less b/resources/src/mediawiki.widgets.datetime/CalendarWidget.less index a7beb0df55..77f87f7d80 100644 --- a/resources/src/mediawiki.widgets.datetime/CalendarWidget.less +++ b/resources/src/mediawiki.widgets.datetime/CalendarWidget.less @@ -21,12 +21,12 @@ } } - background-color: white; + background-color: #fff; border: 1px solid #ccc; &.mw-widgets-datetime-calendarWidget-dependent { margin-top: -1px; - border-top: 1px solid white; + border-top: 1px solid #fff; } &-heading { @@ -51,7 +51,7 @@ .oo-ui-buttonElement-button { width: 100%; - border: 1px dotted rgba(255,255,255,0.0); + border: 1px dotted rgba( 255, 255, 255, 0.0 ); .oo-ui-box-sizing( border-box ); } @@ -69,6 +69,6 @@ } &:focus &-grid &-cell&-focused .oo-ui-buttonElement-button { - border-color: rgba(0,0,0,0.3); + border-color: rgba( 0, 0, 0, 0.3 ); } }