WMDE-Fisch has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/347332 )

Change subject: Highlight and clickability improvements
......................................................................

Highlight and clickability improvements

Bug: T162580
Change-Id: I8b16ff8b4a9f2da9b13f057d310aaba93a6823b6
---
M modules/ext.RevisionSliderViewTwo.css
1 file changed, 11 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/RevisionSlider 
refs/changes/32/347332/1

diff --git a/modules/ext.RevisionSliderViewTwo.css 
b/modules/ext.RevisionSliderViewTwo.css
index cc299c2..b747711 100644
--- a/modules/ext.RevisionSliderViewTwo.css
+++ b/modules/ext.RevisionSliderViewTwo.css
@@ -3,7 +3,7 @@
 }
 
 .mw-revslider-pointer-container {
-       top: 52px;
+       top: 49px;
        z-index: 10;
        margin: 0;
 }
@@ -33,34 +33,35 @@
 }
 
 .mw-revslider-pointer-container-newer {
-       margin-top: 7px;
+       margin-top: 4px;
 }
 
 .mw-revslider-slider-line {
        margin: 0 10px;
-       border-bottom: 3px solid;
+       height: 12px;
 }
 
 .mw-revslider-pointer-container-newer .mw-revslider-slider-line {
-       height: 8px;
+       border-bottom: 4px solid;
        border-bottom-color: rgba( 30, 109, 184, 0.5 ); /* #1e6db8 */
 }
 
 .mw-revslider-pointer-container-older .mw-revslider-slider-line {
-       height: 2px;
-       border-bottom-color: rgba( 255, 204, 51, 0.5 ); /* #fc3 */
+       margin-top: 8px;
+       border-top: 4px solid;
+       border-top-color: rgba( 255, 204, 51, 0.5 ); /* #fc3 */
 }
 
 .mw-revslider-pointer-container-newer:hover .mw-revslider-slider-line {
-       border-bottom-color: rgba( 30, 109, 184, 0.7 );
+       border-bottom-color: rgba( 30, 109, 184, 0.8 );
 }
 
 .mw-revslider-pointer-container-older:hover .mw-revslider-slider-line {
-       border-bottom-color: rgba( 255, 204, 51, 0.7 );
+       border-top-color: rgba( 255, 204, 51, 0.8 );
 }
 
 .mw-revslider-pointer-upper.mw-revslider-pointer-newid {
-       top: 8px;
+       top: 10px;
        border: 1px solid #66b2ff;
        background: -webkit-linear-gradient( bottom, rgba( 47, 147, 247, 1 ), 
rgba( 3, 81, 159, 1 ) );
        background: -moz-linear-gradient( bottom, rgba( 47, 147, 247, 1 ), 
rgba( 3, 81, 159, 1 ) );
@@ -78,7 +79,7 @@
 }
 
 .mw-revslider-pointer-lower.mw-revslider-pointer-oldid {
-       top: 14px;
+       top: 18px;
        border: 1px solid #ffc561;
        background: -webkit-linear-gradient( bottom, rgba( 253, 224, 114, 1 ), 
rgba( 230, 173, 29, 1 ) );
        background: -moz-linear-gradient( bottom, rgba( 253, 224, 114, 1 ), 
rgba( 230, 173, 29, 1 ) );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b16ff8b4a9f2da9b13f057d310aaba93a6823b6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RevisionSlider
Gerrit-Branch: master
Gerrit-Owner: WMDE-Fisch <[email protected]>

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

Reply via email to