Open main menu
Home
Random
Log in
Settings
About Forge Community Wiki
Disclaimers
Forge Community Wiki
Search
Changes
← Older edit
Newer edit →
MediaWiki:Citizen.css
(view source)
Revision as of 09:28, 18 February 2021
420 bytes added
,
09:28, 18 February 2021
Add styling for datatables
Line 97:
Line 97:
/* ***************** Styling for Tabs : END ***************** */
/* ***************** Styling for Tabs : END ***************** */
+
+
/* ************* Styling for Datatables : START ************* */
+
+
.mw-datatable td, .mw-datatable th {
+
background-color: transparent;
+
}
+
+
.mw-datatable table {
+
border: 1px solid #424951;
+
}
+
+
.mw-datatable td, .mw-datatable th {
+
border: 1px solid #424951;
+
padding: 0.2em 0.4em;
+
}
+
+
.mw-datatable tr:hover td {
+
background-color: #202736;
+
}
+
+
/* ************** Styling for Datatables : END ************** */
SciWhiz12
297
edits