Prtksxna has uploaded a new change for review.

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

Change subject: MediaWiki Theme: Use darker color for frameless buttons
......................................................................

MediaWiki Theme: Use darker color for frameless buttons

Bug: T88622
Change-Id: Ied2317bf227369c915e7a8d290bf2fd532390a69
---
A src/themes/mediawiki/#images.json#
A src/themes/mediawiki/.#images.json
M src/themes/mediawiki/common.less
3 files changed, 71 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/47/189947/1

diff --git "a/src/themes/mediawiki/\043images.json\043" 
"b/src/themes/mediawiki/\043images.json\043"
new file mode 100644
index 0000000..9efa63e
--- /dev/null
+++ "b/src/themes/mediawiki/\043images.json\043"
@@ -0,0 +1,69 @@
+{
+       "variants": {
+               "icons": {
+                       "invert": {
+                               "color": "#FFFFFF",
+                               "global": true
+                       },
+                       "disabled": {
+                       
+                       "progressive": {
+                               "color": "#598AD1"
+                       },
+                       "constructive": {
+                               "color": "#00C697"
+                       },
+                       "destructive": {
+                               "color": "#E81915"
+                       }
+               },
+               "indicators": {
+                       "invert": {
+                               "color": "#FFFFFF",
+                               "global": true
+                       }
+               }
+       },
+       "images": {
+               "icons": {
+                       "add": { "file": "add.svg", "variants": [ 
"constructive" ] },
+                       "advanced": { "file": "advanced.svg" },
+                       "alert": { "file": "alert.svg" },
+                       "check": { "file": "check.svg", "variants": [ 
"constructive" ] },
+                       "clear": { "file": "clear.svg" },
+                       "close": { "file": "close.svg" },
+                       "code": { "file": "code.svg" },
+                       "collapse": { "file": "collapse.svg" },
+                       "comment": { "file": "comment.svg" },
+                       "expand": { "file": "expand.svg" },
+                       "help": { "file": "help.svg" },
+                       "info": { "file": "info.svg" },
+                       "link": { "file": "link.svg" },
+                       "lock": { "file": "lock.svg" },
+                       "menu": { "file": "menu.svg" },
+                       "next": { "file": "move-ltr.svg" },
+                       "picture": { "file": "picture.svg" },
+                       "previous": { "file": "move-rtl.svg" },
+                       "circle": { "file": "circle.svg", "variants": [ 
"constructive" ] },
+                       "redo": { "file": "arched-arrow-ltr.svg" },
+                       "remove": { "file": "remove.svg", "variants": [ 
"destructive" ] },
+                       "search": { "file": "search.svg" },
+                       "settings": { "file": "settings.svg" },
+                       "tag": { "file": "tag.svg" },
+                       "undo": { "file": "arched-arrow-rtl.svg" },
+                       "window": { "file": "window.svg" }
+               },
+               "indicators": {
+                       "alert": { "file": "alert.svg" },
+                       "up": { "file": "arrow-up.svg" },
+                       "down": { "file": "arrow-down.svg" },
+                       "next": { "file": "arrow-ltr.svg" },
+                       "previous": { "file": "arrow-rtl.svg" },
+                       "required": { "file": "required.svg" }
+               },
+               "textures": {
+                       "pending": { "file": "pending.gif" },
+                       "transparency": { "file": "transparency.svg" }
+               }
+       }
+}
diff --git "a/src/themes/mediawiki/.\043images.json" 
"b/src/themes/mediawiki/.\043images.json"
new file mode 120000
index 0000000..ff206f7
--- /dev/null
+++ "b/src/themes/mediawiki/.\043images.json"
@@ -0,0 +1 @@
[email protected]
\ No newline at end of file
diff --git a/src/themes/mediawiki/common.less b/src/themes/mediawiki/common.less
index de89d0d..9e0f81b 100644
--- a/src/themes/mediawiki/common.less
+++ b/src/themes/mediawiki/common.less
@@ -21,7 +21,7 @@
 
 @text: #757575;
 @active-text: #444444;
-@disabled-text: #eeeeee;
+@disabled-text: #cccccc;
 @disabled-framed-text: #ffffff;
 @disabled-background: #dddddd;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied2317bf227369c915e7a8d290bf2fd532390a69
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>

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

Reply via email to