diff --git a/public/css/styles.less b/public/css/styles.less index 0dc1a3c401..e8c6ad1d55 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -54,74 +54,20 @@ body { } } -// Show "X" entries +// Showing 1 to 10 of 15 entries .dataTables_length { float: left; } -// Sorting controls +// Table header .dataTable th { position: relative; - font-weight: normal; - - &.sorting { - color: #007aff; - cursor: pointer; - - &:after, - &:before { - content: ""; - width: 0; - height: 0; - position: absolute; - right: 8px; - border-right: 5px solid transparent; - border-left: 5px solid transparent; - } - - &:after { - top: 19px; - border-top: 5px solid #007aff; - } - - &:before { - top: 11px; - border-bottom: 5px solid #007aff; - } - } - - &.sorting_asc { - color: #007aff; - cursor: pointer; - - &:after { - content: ""; - width: 0; - height: 0; - position: absolute; - right: 12px; - top: 15px; - border-bottom: 5px solid #007aff; - border-right: 5px solid transparent; - border-left: 5px solid transparent; - } - } + outline: none; + &.sorting, + &.sorting_asc, &.sorting_desc { - color: #007aff; cursor: pointer; - - &:after { - content: ""; - width: 0; - height: 0; - position: absolute; - right: 12px; - top: 15px; - border-top: 5px solid #007aff; - border-right: 5px solid transparent; - border-left: 5px solid transparent; - } } }