Thiemo Mättig (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/119036

Change subject: White background for the green Beta checkboxes
......................................................................

White background for the green Beta checkboxes

Background color set to white to make the checkboxes look a bit
more like actual checkboxes. Otherwise the background is light gray
depending on the current skin.

Change-Id: I9720a9846527788d1219e450d08b0703bab635fc
---
M css/betafeatures.css
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BetaFeatures 
refs/changes/36/119036/1

diff --git a/css/betafeatures.css b/css/betafeatures.css
index d92f6dc..42276f6 100644
--- a/css/betafeatures.css
+++ b/css/betafeatures.css
@@ -26,6 +26,7 @@
 @charset "UTF-8";
 /* line 102, sourcefiles/scss/components/default/_forms.scss */
 .client-js .mw-ui-styled-checkbox-label {
+       background: #fff;
        cursor: pointer;
        display: inline-block;
        float: left;
@@ -48,6 +49,7 @@
 }
 /* line 117, sourcefiles/scss/components/default/_forms.scss */
 .client-js .mw-ui-styled-checkbox-label.mw-ui-checked {
+       background-color: #fff;
        background-image: url(../img/form-icon/checked.png);
        background-image: linear-gradient(transparent, transparent), 
url(../img/form-icon/checked.svg);
        background-repeat: no-repeat;

-- 
To view, visit https://gerrit.wikimedia.org/r/119036
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9720a9846527788d1219e450d08b0703bab635fc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BetaFeatures
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to