Changes

509 bytes added ,  11:55, 5 November 2020
no edit summary
Line 11: Line 11:  
     white-space: nowrap;
 
     white-space: nowrap;
 
}
 
}
  −
      
body {
 
body {
Line 489: Line 487:  
}
 
}
    +
.pw-ui-button, .pw-ui-progressive {
 +
    border-radius: 4px !important;
 +
    border: 1px solid #347Bff !important;
 +
    color: #40798C !important;
 +
    background: #fff !important;
 +
    text-shadow: 0px 0px 0px;
 +
}
    +
.pw-ui-button.pw-ui-progressive:hover, .pw-ui-button.pw-ui-progressive:focus, .pw-ui-button.pw-ui-progressive:active, .pw-ui-button:hover, .pw-ui-progressive:hover, .pw-ui-button:focus, .pw-ui-progressive:focus {
 +
    box-shadow: 0px 0px 0px !important;
 +
    text-shadow: 0px 0px 0px !important;
 +
    border: 1px solid #40798C !important;
 +
}
   −
/* CSS used for https://www.mediawiki.org/wiki/MediaWiki/Homepage_improvements_2018 : */
+
/* For Main Page - Inspiration from mediawiki.org */
 
.mainpage_row {
 
.mainpage_row {
 
display: flex;
 
display: flex;