X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.widgets%2Fmw.widgets.StashedFileWidget.less;h=8be1e869aaa0fb5725059e6bf36220e5fd320fb7;hp=ea62075a38e4b88f4bac18966207043a831db39e;hb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;hpb=985f425a8016767b032c2335d25e2c4c636c9e27 diff --git a/resources/src/mediawiki.widgets/mw.widgets.StashedFileWidget.less b/resources/src/mediawiki.widgets/mw.widgets.StashedFileWidget.less index ea62075a38..8be1e869aa 100644 --- a/resources/src/mediawiki.widgets/mw.widgets.StashedFileWidget.less +++ b/resources/src/mediawiki.widgets/mw.widgets.StashedFileWidget.less @@ -23,7 +23,7 @@ .mw-widgets-stashedFileWidget-info { height: 2.4em; background-color: #fff; - border: 1px solid #ccc; + border: 1px solid #c8ccd1; border-radius: 2px; width: 100%; display: table-cell; @@ -49,7 +49,7 @@ float: left; } > .mw-widgets-stashedFileWidget-fileType { - color: #888; + color: #72777d; float: right; } } @@ -74,14 +74,14 @@ &.oo-ui-widget-disabled { .mw-widgets-stashedFileWidget-info { - color: #ccc; + background-color: #eaecf0; + color: #72777d; + border-color: #c8ccd1; text-shadow: 0 1px 1px #fff; - border-color: #ddd; - background-color: #f3f3f3; > .oo-ui-iconElement-icon, > .oo-ui-indicatorElement-indicator { - opacity: 0.2; + opacity: 0.15; } } } @@ -93,7 +93,7 @@ text-align: left; padding: 0; background-color: #fff; - border: 1px solid #ccc; + border: 1px solid #c8ccd1; margin-bottom: 0.5em; vertical-align: middle; overflow: hidden; @@ -112,7 +112,7 @@ > .mw-widgets-stashedFileWidget-noThumbnail-icon { opacity: 0.4; - background-color: #ccc; + background-color: #c8ccd1; height: 5.5em; width: 5.5em; } @@ -150,7 +150,7 @@ } .mw-widgets-stashedFileWidget-label { - color: #ccc; + color: #c8ccd1; right: 0.5em; }