VolkerE has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/383052 )

Change subject: Replace callout border color with one everywhere else
......................................................................

Replace callout border color with one everywhere else

Change-Id: I257f1d0a5afb2af4c1a7d748ba735a8502392dea
---
M resources/css/ext.translate.groupselector.css
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/resources/css/ext.translate.groupselector.css 
b/resources/css/ext.translate.groupselector.css
index 790120f..5b9d4f5 100644
--- a/resources/css/ext.translate.groupselector.css
+++ b/resources/css/ext.translate.groupselector.css
@@ -12,7 +12,7 @@
        min-width: 600px;
        width: 600px;
        padding: 0;
-       border: 1px solid #888;
+       border: 1px solid #a2a9b1;
        background-color: #f0f0f0;
        border-radius: 5px;
        box-shadow: 0 5px 10px rgba( 0, 0, 0, 0.2 );
@@ -24,7 +24,7 @@
 
 /* The triangle shaped callout */
 .tux-groupselector:before {
-       border-bottom: 7px solid #888;
+       border-bottom: 7px solid #a2a9b1;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: '';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I257f1d0a5afb2af4c1a7d748ba735a8502392dea
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>

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

Reply via email to