Esanders has uploaded a new change for review.

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

Change subject: Replace placeholder color with opacity
......................................................................

Replace placeholder color with opacity

Works better when child element has a different color set.

Change-Id: Ie26e303c58049a3608d13a452297a4f3b669f640
---
M src/ui/styles/ve.ui.Surface.css
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/75/227675/1

diff --git a/src/ui/styles/ve.ui.Surface.css b/src/ui/styles/ve.ui.Surface.css
index dc8789b..ea6e5d4 100644
--- a/src/ui/styles/ve.ui.Surface.css
+++ b/src/ui/styles/ve.ui.Surface.css
@@ -18,7 +18,7 @@
 }
 
 .ve-ui-surface-placeholder {
-       color: #aaa;
+       opacity: 0.33;
        position: absolute;
        /* Match .ve-ce-documentNode */
        padding: 0.9375em 1.875em;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie26e303c58049a3608d13a452297a4f3b669f640
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

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

Reply via email to