jenkins-bot has submitted this change and it was merged.

Change subject: Remove background-color statements from CSS
......................................................................


Remove background-color statements from CSS

This ensures that the background-color behind the affected areas
is preserved, meaning that the font color from behind is assured
to be reasonable. It does therefore put more onus on the border
to mark out the key areas.

Bug: 57849
Change-Id: Id82d9a46bb4347441788042843dcee8200f76186
---
M js/bookcreator.css
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/js/bookcreator.css b/js/bookcreator.css
index ae0f770..f953f23 100644
--- a/js/bookcreator.css
+++ b/js/bookcreator.css
@@ -2,7 +2,6 @@
        position: absolute;
        padding: 4px;
        border: 1px solid #000;
-       background-color: #fea;
        z-index: 9999;
        display: inline;
        font-size: 10pt;
@@ -25,7 +24,6 @@
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #aaa;
-       background-color: #f9f9f9;
 }
 
 /* Input follows user direction */
@@ -39,7 +37,6 @@
        margin-top: 20px;
        margin-bottom: 2px;
        border: 1px solid #aaa;
-       background-color: #f9f9f9;
 }
 
 .collection-create-chapter-links a {
@@ -109,7 +106,6 @@
        margin: 10px 0;
        padding: 5px 10px;
        border: 1px solid #aaa;
-       background-color: #f9f9ff;
 }
 
 .collection-creatorbox-row {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id82d9a46bb4347441788042843dcee8200f76186
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Collection
Gerrit-Branch: master
Gerrit-Owner: saper <sa...@saper.info>
Gerrit-Reviewer: Bartosz Dziewoński <matma....@gmail.com>
Gerrit-Reviewer: Njw <nick.wh...@durham.ac.uk>
Gerrit-Reviewer: jenkins-bot
Gerrit-Reviewer: schmir <r...@brainbot.com>

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

Reply via email to