X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.less%2Fmediawiki.ui%2Fmixins.less;h=505aa6101288e0d921b78854545ec830bbd29593;hp=1bfa3a35827a10ee15f99ac8bede7743e773993c;hb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;hpb=9964ca1a390c446397dcd466916ffed356cdc3c9 diff --git a/resources/src/mediawiki.less/mediawiki.ui/mixins.less b/resources/src/mediawiki.less/mediawiki.ui/mixins.less index 1bfa3a3582..505aa61012 100644 --- a/resources/src/mediawiki.less/mediawiki.ui/mixins.less +++ b/resources/src/mediawiki.less/mediawiki.ui/mixins.less @@ -17,8 +17,8 @@ line-height: normal; font-weight: normal; - & > input[type="checkbox"], - & > input[type="radio"] { + & > input[type='checkbox'], + & > input[type='radio'] { width: auto; height: auto; margin: 0 0.1em 0 0; @@ -87,7 +87,6 @@ // border of the same color as background so that light background and // dark background buttons are the same height and width border: 1px solid @bgColor; - text-shadow: 0 1px rgba( 0, 0, 0, 0.1 ); &:hover { background-color: @highlightColor;