Replace settings block rounded gradient with color

Replacing vertical background gradient with single color, as no
faux 3D gradients are part of current style guide.

Change-Id: If98a6cb22a9551a5d69d782759eadd5cec7e0efc
This commit is contained in:
Volker E
2017-11-01 13:38:52 -07:00
parent 1d8f43310d
commit 31477ad0ec
2 changed files with 2 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
@import 'mediawiki.mixins';
#uls-settings-block {
background-color: #f8f9fa;
border-top: 1px solid #c8ccd1;
.vertical-gradient( #fbfbfb, #f0f0f0 );
padding-left: 10px;
line-height: 1.2em;
border-radius: 0 0 2px 2px;

View File

@@ -2,7 +2,7 @@
/* stylelint-disable selector-no-id */
#uls-settings-block {
.vertical-gradient( #fbfbfb, #f0f0f0 );
background-color: #f8f9fa;
border-top: 1px solid #c8ccd1;
padding-left: 10px;
line-height: 1.2em;