MediaWiki:Drilldown.css
From The Seven Sages of Rome
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.drilldown-results {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.drilldown-categories-wrapper {
display: none;
}
.drilldown-filter {
background-color: #fafafa;
border-radius: 2px;
padding: 5px;
border-color: #e4e4e7;
border-width: 1px;
border-style: solid;
}
.drilldown-filter:hover {
background-color: #f4f4f5;
}
.drilldown-values-toggle {
padding-right: 6px;
}