[Redizajn 1KA] - Uporabniki --> paginacija

This commit is contained in:
tejagerjovic 2022-04-14 19:20:58 +02:00
parent e36590e6c8
commit 7ab1b630a0
7 changed files with 117 additions and 53 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -17233,7 +17233,7 @@ table.dataTable tbody td {
border-top: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
/*.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #3d5f95 !important;
border: 1px solid #3d5f95 !important;
@ -17300,7 +17300,7 @@ button.buttons-columnVisibility {
button.buttons-columnVisibility.active {
background-color: #1e88e5;
color: white;
}
}*/
/*
To change this license header, choose License Headers in Project Properties.

View File

@ -10403,6 +10403,9 @@ table#timinganketa_table td input {
font-size: 14px;
}
div.subpage_uporabniki {
/* datatables popravki */
}
div.subpage_uporabniki .data_table_top_holder {
position: relative;
display: flex;
@ -10488,21 +10491,45 @@ div.subpage_uporabniki table.dataTable.no-footer {
div.subpage_uporabniki table.dataTable thead th {
border-bottom: none !important;
}
div.subpage_uporabniki table.dataTable table.dataTable thead .sorting_asc {
div.subpage_uporabniki table.dataTable thead .sorting_asc {
background: url("/admin/survey/modules/mod_hierarhija/img/sort_asc.png") no-repeat center right !important;
}
div.subpage_uporabniki table.dataTable table.dataTable thead .sorting_desc {
div.subpage_uporabniki table.dataTable thead .sorting_desc {
background: url("/admin/survey/modules/mod_hierarhija/img/sort_desc.png") no-repeat center right !important;
}
div.subpage_uporabniki table.dataTable table.dataTable thead .sorting {
div.subpage_uporabniki table.dataTable thead .sorting {
background: url("/admin/survey/modules/mod_hierarhija/img/sort_both.png") no-repeat center right !important;
}
div.subpage_uporabniki table.dataTable table.dataTable thead .sorting_asc_disabled {
div.subpage_uporabniki table.dataTable thead .sorting_asc_disabled {
background: url("/admin/survey/modules/mod_hierarhija/img/sort_asc_disabled.png") no-repeat center right !important;
}
div.subpage_uporabniki table.dataTable table.dataTable thead .sorting_desc_disabled {
div.subpage_uporabniki table.dataTable thead .sorting_desc_disabled {
background: url("/admin/survey/modules/mod_hierarhija/img/sort_desc_disabled.png") no-repeat center right !important;
}
div.subpage_uporabniki .dataTables_paginate {
border-radius: 2px !important;
background-color: #F8F8F8 !important;
}
div.subpage_uporabniki .paginate_button {
border: 1px solid #FFFFFF !important;
background: #F8F8F8 !important;
}
div.subpage_uporabniki .paginate_button:hover {
background-color: #ebebeb !important;
color: #333333 !important;
}
div.subpage_uporabniki .paginate_button.current {
color: #FFFFFF !important;
border: 1px solid #1E88E5 !important;
background: #1E88E5 !important;
}
div.subpage_uporabniki .paginate_button.current:hover {
background-color: #187bd1 !important;
}
div.subpage_uporabniki .paginate_button.disabled {
border: 1px solid transparent !important;
background: transparent !important;
}
div#user_info_segment_narocila {
background-color: #F8F8F8;
@ -26132,7 +26159,7 @@ ul.vrednost_sort input[type=text] {
.subpage_analysis_creport #anketa_custom_report #newCReportProfile.warning_popup h2::before {
padding-right: 8px;
font-family: "Font Awesome 5 Free";
content: "";
content: "\f071";
font-size: 14px;
color: #FFC700;
}
@ -27708,14 +27735,19 @@ input#endDate {
}
button.dt-button {
font-weight: 400;
padding: 5px 32px;
font-size: 14px;
margin-right: 4px;
color: #FFFFFF;
background-color: #1E88E5;
background-color: #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 2px;
}
button.dt-button:hover, button.dt-button .active {
background-color: #1980da;
button.dt-button:hover {
background-color: #f2f2f2;
}
button.dt-button.active {
border-color: #1E88E5;
}
.dt-button-collection {
@ -27724,21 +27756,16 @@ button.dt-button:hover, button.dt-button .active {
button.buttons-columnVisibility {
color: #333333;
background-color: #E5E5E5;
border: 1px solid #333333;
background-color: #FFFFFF;
border: 1px solid #E5E5E5;
margin-bottom: 8px;
margin-right: 4px;
}
button.buttons-columnVisibility:hover {
background-color: #d8d8d8;
background-color: #f2f2f2;
}
button.buttons-columnVisibility.active {
color: #1E88E5;
background-color: #FFFFFF;
border: 1px solid #1E88E5;
}
button.buttons-columnVisibility.active:hover {
background-color: #f2f2f2;
border-color: #1E88E5;
}
.dataTables_length {

View File

@ -40,7 +40,7 @@ table.dataTable{
}
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
/*.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
color: #3d5f95 !important;
border: 1px solid #3d5f95 !important;
@ -105,4 +105,4 @@ button.buttons-columnVisibility {
background-color: $strong_blue;
color: white;
}
}
}*/

View File

@ -111,6 +111,9 @@ div.subpage_uporabniki {
thead th {
border-bottom: none !important;
}
}
/* datatables popravki */
table.dataTable thead .sorting_asc {
background: url('/admin/survey/modules/mod_hierarhija/img/sort_asc.png') no-repeat center right !important;
@ -127,5 +130,36 @@ div.subpage_uporabniki {
table.dataTable thead .sorting_desc_disabled {
background: url('/admin/survey/modules/mod_hierarhija/img/sort_desc_disabled.png') no-repeat center right !important;
}
.dataTables_paginate {
border-radius: 2px !important;
background-color: $light-gray !important;
}
.paginate_button{
border: 1px solid $white !important;
background: $light-gray !important;
&:hover {
background-color: darken($light-gray, 5%) !important;
color: $black !important;
}
&.current {
color: $white !important;
border: 1px solid $blue !important;
background: $blue !important;
&:hover {
background-color: darken($blue, 5%) !important;
}
}
&.disabled{
border: 1px solid transparent !important;
background: transparent !important;
}
}
}

View File

@ -5,15 +5,23 @@
button.dt-button {
font-weight: 400;
padding: 5px 32px;
font-size: 14px;
margin-right: 4px;
color: $white;
background-color: $blue;
&:hover, .active {
background-color: darken($blue, 3%);
background-color: $white;
border: 1px solid $gray;
border-radius: 2px;
&:hover {
background-color: darken($white, 5%);
}
&.active {
border-color: $blue;
}
}
@ -24,19 +32,14 @@ button.dt-button {
button.buttons-columnVisibility {
color: $black;
background-color: $gray;
border: 1px solid $black;
&:hover {
background-color: darken($gray, 5%);
}
&.active {
color: $blue;
background-color: $white;
border: 1px solid $blue;
border: 1px solid $gray;
&:hover {
background-color: darken($white, 5%);
}
&.active {
border-color: $blue;
}
margin-bottom: 8px;