diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 17:36:19 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 17:36:19 +0200 |
commit | 8b183196cbafaa491bf70e32c82fabd2064ad462 (patch) | |
tree | fac9e7e58524f1baede921724d970b709040e074 | |
parent | f5d9558f66ba7b92c6f6ed21796e490a33149dd7 (diff) | |
download | PeerTube-8b183196cbafaa491bf70e32c82fabd2064ad462.tar.gz PeerTube-8b183196cbafaa491bf70e32c82fabd2064ad462.tar.zst PeerTube-8b183196cbafaa491bf70e32c82fabd2064ad462.zip |
fix primeng border color on all themes
-rw-r--r-- | client/src/sass/include/_mixins.scss | 1 | ||||
-rw-r--r-- | client/src/sass/primeng-custom.scss | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index c7aa174ed..2efd6a1d3 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -221,6 +221,7 @@ | |||
221 | cursor: pointer; | 221 | cursor: pointer; |
222 | height: $button-height; | 222 | height: $button-height; |
223 | text-overflow: ellipsis; | 223 | text-overflow: ellipsis; |
224 | color: var(--mainForegroundColor); | ||
224 | 225 | ||
225 | &:focus { | 226 | &:focus { |
226 | outline: none; | 227 | outline: none; |
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index bbc136c40..5a03ac9c5 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -15,7 +15,7 @@ p-table { | |||
15 | font-size: 15px !important; | 15 | font-size: 15px !important; |
16 | 16 | ||
17 | td { | 17 | td { |
18 | border: 1px solid #E5E5E5 !important; | 18 | // border: 1px solid #E5E5E5 !important; |
19 | padding-left: 15px !important; | 19 | padding-left: 15px !important; |
20 | 20 | ||
21 | &:not(.action-cell) { | 21 | &:not(.action-cell) { |
@@ -113,7 +113,8 @@ p-table { | |||
113 | .ui-paginator-bottom { | 113 | .ui-paginator-bottom { |
114 | background-color: var(--mainBackgroundColor) !important; | 114 | background-color: var(--mainBackgroundColor) !important; |
115 | position: relative; | 115 | position: relative; |
116 | border: 1px solid !important; | 116 | border: none; |
117 | border-top: 1px solid !important; | ||
117 | border-color: var(--submenuColor) !important; | 118 | border-color: var(--submenuColor) !important; |
118 | height: 40px; | 119 | height: 40px; |
119 | display: flex; | 120 | display: flex; |