mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Css fixes (#2014)
* fix double import * Don't align table header to center
This commit is contained in:
parent
90052d38ac
commit
4d11e16a80
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
@import '../base.scss';
|
||||
$primary-colour: #df691a;
|
||||
$primary-colour: #df691a;
|
||||
$primary-colour-outline: #ff761b;
|
||||
$bg-colour: #333333;
|
||||
$bg-colour-disabled: #252424;
|
||||
|
|
|
@ -884,6 +884,10 @@ textarea {
|
|||
border: 1px solid $form-color-lighter;
|
||||
}
|
||||
|
||||
.ui-treetable tfoot td, .ui-treetable th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ui-treetable tbody td {
|
||||
white-space: inherit;
|
||||
overflow: visible;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue