Esanders has uploaded a new change for review.

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

Change subject: Add theme specific VE CSS files
......................................................................

Add theme specific VE CSS files

Depends on I903e55a8 in core.

Change-Id: I2af22ab241397c8c84eb8e5e5b4e51f37f8971ac
---
M .docs/eg-iframe.html
M VisualEditor.php
2 files changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/52/183152/1

diff --git a/.docs/eg-iframe.html b/.docs/eg-iframe.html
index 19b27c3..0feae94 100644
--- a/.docs/eg-iframe.html
+++ b/.docs/eg-iframe.html
@@ -48,6 +48,10 @@
                <!-- visualEditor.desktop.build -->
                <link rel=stylesheet 
href="lib/ve/src/ui/styles/ve.ui.DesktopContext.css">
 
+               <!-- visualEditor.theme.apex -->
+               <link rel=stylesheet href="lib/ve/src/themes/apex/dialogs.css">
+               <link rel=stylesheet href="lib/ve/src/themes/apex/widgets.css">
+
                <!-- example styles -->
                <style>
                        body {
diff --git a/VisualEditor.php b/VisualEditor.php
index 732a2c9..0117e89 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -645,6 +645,9 @@
 
                        // TODO: add debugStyles to ResourceLoader
                        'lib/ve/src/ui/styles/ve.ui.DebugBar.css',
+
+                       'lib/ve/src/themes/mediawiki/dialogs.css',
+                       'lib/ve/src/themes/mediawiki/widgets.css',
                ),
                'dependencies' => array(
                        'unicodejs',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2af22ab241397c8c84eb8e5e5b4e51f37f8971ac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/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