aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/sass/application.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 9a93411e9..9d347d566 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -182,11 +182,18 @@ p-datatable {
182 font-weight: $font-semibold !important; 182 font-weight: $font-semibold !important;
183 color: #000 !important; 183 color: #000 !important;
184 184
185 &.ui-state-active, &.ui-sortable-column:hover { 185 &.ui-sortable-column:hover:not(.ui-state-active) {
186 background-color: #f0f0f0 !important; 186 background-color: #f0f0f0 !important;
187 border: 1px solid #f0f0f0 !important; 187 border: 1px solid #f0f0f0 !important;
188 border-width: 0 1px !important; 188 border-width: 0 1px !important;
189 } 189 }
190
191 &.ui-state-active {
192 color: #fff !important;
193 background-color: $orange-color !important;
194 border: 1px solid $orange-color !important;
195 border-width: 0 1px !important;
196 }
190 } 197 }
191 198
192 .action-cell { 199 .action-cell {
@@ -281,7 +288,6 @@ p-datatable {
281 } 288 }
282} 289}
283 290
284
285.orange-button { 291.orange-button {
286 @include peertube-button; 292 @include peertube-button;
287 @include orange-button; 293 @include orange-button;