Skip to content

Commit

Permalink
Updated Filament in Theme.
Browse files Browse the repository at this point in the history
Filament screen corrected with the following changes:
* Filament bar background colour changed to match theme.
* Filament table background gradient removed.
* Filament bar width adjusted to match files section, this also lined up
the scroll bar with its background.
  • Loading branch information
thegarbz committed Aug 5, 2020
1 parent 61a7800 commit c2822a2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions themes/NOX/custom-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,25 @@ ngx-spinner .overlay{
width: 5vw!important;
}

/************************************** FILAMENT **************************************/

.filament tr{
background-color: #222222!important;
width: 90vw!important;
}

.filament-filaments {
width: 95.5vw!important;
}

.filament-filaments::before {
display:none!important;
}

.filament-filaments__name {
width: 62vw!important;
}

/**************************************** FILE ****************************************/

.file{
Expand Down

0 comments on commit c2822a2

Please sign in to comment.