aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-12-11 10:44:40 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-12-11 10:44:40 +0100
commitc2830fa8f84f61462098bf36add824f89436dfa9 (patch)
tree845629a6fa2842a08ce282844dd9ae5f77a3ffe2
parentdc595ab7caf407ab83cd55a641eadab0bbe778b3 (diff)
downloadPeerTube-c2830fa8f84f61462098bf36add824f89436dfa9.tar.gz
PeerTube-c2830fa8f84f61462098bf36add824f89436dfa9.tar.zst
PeerTube-c2830fa8f84f61462098bf36add824f89436dfa9.zip
Background orange on sorted columns
-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;