Changes
From Forge Community Wiki
420 bytes added
, 09:28, 18 February 2021
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 ************** */ |