User:BJorsch/common.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
BJorsch (talk | contribs)
copied wrong styles
BJorsch (talk | contribs)
Hide ugly legend
 
Line 21: Line 21:
.action-history #pagehistory li.selected.mw-history-line-updated {
.action-history #pagehistory li.selected.mw-history-line-updated {
background-color: #eef;
background-color: #eef;
}

/* Damn that's ugly */
.mw-changeslist-legend {
display: none;
}
}

Latest revision as of 15:19, 9 December 2013

.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
    font-weight: normal;
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
    display: block;
}
span.updatedmarker {
    display: none;
}

.mw-special-Watchlist li.mw-changeslist-line-watched,
.mw-special-Watchlist table.mw-changeslist-line-watched {
    background-color: #eef;
}

.action-history #pagehistory li.selected {
    /* Confusing otherwise */
    background-color: transparent;
}
.action-history li.mw-history-line-updated,
.action-history #pagehistory li.selected.mw-history-line-updated {
    background-color: #eef;
}

/* Damn that's ugly */
.mw-changeslist-legend {
	display: none;
}