Merge "Fix RestbaseVirtualRESTService URL standardization"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.ItemMenuOptionWidget.less
index 86bfafb..75ea061 100644 (file)
@@ -6,11 +6,11 @@
        .box-sizing( border-box );
 
        &:not( :last-child ) {
-               border-bottom: solid 1px #eaecf0; // Base 80 AAA
+               border-bottom: 1px solid #eaecf0; // Base80 AAA
        }
 
        &-view-namespaces {
-               border-top: 5px solid #ccc;
+               border-top: 5px solid #c8ccd1;
 
                &:first-child,
                &.mw-rcfilters-ui-itemMenuOptionWidget-identifier-subject + &.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk {
@@ -19,7 +19,7 @@
        }
 
        &:hover {
-               background-color: #fbfbfb;
+               background-color: #f8f9fa;
        }
 
        .mw-rcfilters-ui-table {
@@ -37,7 +37,7 @@
                        color: #222;
                }
                &-desc {
-                       color: #464a4f;
+                       color: #54595d;
                        white-space: normal;
                }
        }