1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

feature #2746: Hide sorting arrows by default

This commit is contained in:
Daniel Molina 2014-03-17 15:59:31 +01:00
parent 2f8c50c976
commit 0b3f005561
2 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -563,13 +563,9 @@ table.dataTable thead .sorting_desc_disabled {
*cursor: hand;
}
table.dataTable thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
table.dataTable thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
table.dataTable th:active {
outline: none;
}
@ -623,3 +619,9 @@ div.dataTables_scrollFoot table {
.jGrowl-close {
font-size: 1.5em !important;
}
.alert-box-error {
border: 0px!important;
background-color: #F39999!important;
color: #660000;
}