Jdlrobson has uploaded a new change for review.

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


Change subject: Use 'agora' styling for button on settings page
......................................................................

Use 'agora' styling for button on settings page

It should look like all the other buttons

Change-Id: I89841b644c9d7820210d79c14d44be50fc0b2899
---
M less/specials/mobileoptions.less
M stylesheets/specials/mobileoptions.css
2 files changed, 0 insertions(+), 28 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/10/68610/1

diff --git a/less/specials/mobileoptions.less b/less/specials/mobileoptions.less
index 1260acb..d2ed611 100644
--- a/less/specials/mobileoptions.less
+++ b/less/specials/mobileoptions.less
@@ -49,7 +49,6 @@
                        display: inline;
                }
 
-               #mw-mf-settings-save,
                .mw-mf-checkbox-css3 {
                        cursor: pointer;
                        position: relative;
@@ -62,12 +61,6 @@
                        min-width: 50%;
                        text-align: center;
                        display: block;
-                       text-transform: none;
-                       &:hover {
-                               text-decoration: none;
-                               background-color: @btnblue;
-                               background: @btnblue;
-                       }
                }
 
                span.mw-mf-settings-on,
@@ -75,7 +68,6 @@
                        display: none;
                }
 
-               input[type=submit],
                .mw-mf-checkbox-css3 span {
                        border-radius: 8px;
                        font-weight: normal;
@@ -84,10 +76,6 @@
                        .vertical-gradient( #AEAEAE, @btngrey);
                        position: relative;
                        border: solid 1px @btngrey;
-               }
-
-               input[type=submit] {
-                       .checkboxBtn();
                }
        }
 
diff --git a/stylesheets/specials/mobileoptions.css 
b/stylesheets/specials/mobileoptions.css
index 311e684..f41c800 100644
--- a/stylesheets/specials/mobileoptions.css
+++ b/stylesheets/specials/mobileoptions.css
@@ -29,7 +29,6 @@
 form.mw-mf-settings ul li div.mw-mf-checkbox-css3 {
   display: inline;
 }
-form.mw-mf-settings ul li #mw-mf-settings-save,
 form.mw-mf-settings ul li .mw-mf-checkbox-css3 {
   cursor: pointer;
   position: relative;
@@ -41,18 +40,11 @@
   min-width: 50%;
   text-align: center;
   display: block;
-  text-transform: none;
-}
-form.mw-mf-settings ul li #mw-mf-settings-save:hover {
-  text-decoration: none;
-  background-color: #57a7f2;
-  background: #57a7f2;
 }
 form.mw-mf-settings ul li span.mw-mf-settings-on,
 form.mw-mf-settings ul li span.mw-mf-settings-off {
   display: none;
 }
-form.mw-mf-settings ul li input[type=submit],
 form.mw-mf-settings ul li .mw-mf-checkbox-css3 span {
   border-radius: 8px;
   font-weight: normal;
@@ -66,14 +58,6 @@
   background-image: linear-gradient(#aeaeae 0, #818181 100%);
   position: relative;
   border: solid 1px #818181;
-}
-form.mw-mf-settings ul li input[type=submit] {
-  min-width: 76px;
-  display: block;
-  position: absolute;
-  right: 0;
-  top: 0;
-  text-transform: lowercase;
 }
 form.mw-mf-settings ul li.mw-mf-settings-description {
   font-size: 0.8em;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I89841b644c9d7820210d79c14d44be50fc0b2899
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to