108 lines
2.2 KiB
SCSS
108 lines
2.2 KiB
SCSS
![]() |
/*
|
||
|
To change this license header, choose License Headers in Project Properties.
|
||
|
To change this template file, choose Tools | Templates
|
||
|
and open the template in the editor.
|
||
|
*/
|
||
|
/*
|
||
|
Created on : 03-Aug-2018, 13:49:25
|
||
|
Author : podkrizniku
|
||
|
*/
|
||
|
|
||
|
#all_users_list td:nth-child(n+6),
|
||
|
#deleted_users_list td:nth-child(n+4),
|
||
|
#unconfirmed_mail_user_list td:nth-child(n+4),
|
||
|
#unsigned_users_list td:nth-child(n+4){
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/* datatables popravki */
|
||
|
table.dataTable{
|
||
|
|
||
|
&.no-footer {
|
||
|
border-bottom: none !important;
|
||
|
}
|
||
|
|
||
|
thead th {
|
||
|
color: gray;
|
||
|
|
||
|
background-color: $soft_blue_very_lighten !important;
|
||
|
border-bottom: none !important;
|
||
|
|
||
|
&.sorting,
|
||
|
&.sorting_asc,
|
||
|
&.sorting_desc{
|
||
|
background-position: right 8px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
tbody td {
|
||
|
border-top: 1px solid #ddd;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
|
||
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
|
||
|
color: #3d5f95 !important;
|
||
|
border: 1px solid #3d5f95 !important;
|
||
|
background: white !important;
|
||
|
}
|
||
|
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
|
||
|
color: white !important;
|
||
|
background: #3d5f95 !important;
|
||
|
}
|
||
|
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
|
||
|
border: 1px solid transparent !important;
|
||
|
background: transparent !important;
|
||
|
}
|
||
|
|
||
|
form.manager_add_user {
|
||
|
p {
|
||
|
padding: 0 !important;
|
||
|
}
|
||
|
label {
|
||
|
width: 100px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
}
|
||
|
.dt-buttons {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.dataTables_length {
|
||
|
padding: 5px 0 15px 0;
|
||
|
}
|
||
|
button.dt-button {
|
||
|
cursor: pointer;
|
||
|
padding: 5px 12px 6px;
|
||
|
background-color: $strong_blue;
|
||
|
border-radius: 20px;
|
||
|
color: white;
|
||
|
border-image: none;
|
||
|
border: 0;
|
||
|
font-size: 11px;
|
||
|
|
||
|
&:hover, .active {
|
||
|
background: $orange;
|
||
|
}
|
||
|
}
|
||
|
.dt-button-collection {
|
||
|
padding-top: 22px;
|
||
|
>.buttons-columnVisibility {
|
||
|
color: $strong_blue;
|
||
|
background: white;
|
||
|
&:hover {
|
||
|
color: white;
|
||
|
background: $orange;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
button.buttons-columnVisibility {
|
||
|
background-color: white;
|
||
|
color: $strong_blue;
|
||
|
border: 1px solid $strong_blue;
|
||
|
|
||
|
|
||
|
&.active {
|
||
|
background-color: $strong_blue;
|
||
|
color: white;
|
||
|
}
|
||
|
}
|