2017-02-19 17:13:40 +03:00
|
|
|
#passwordSharingSettings{
|
|
|
|
#mover{
|
|
|
|
table{
|
|
|
|
td{
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
input[type="text"]{
|
|
|
|
width: 350px;
|
|
|
|
}
|
2021-03-17 02:56:22 +03:00
|
|
|
.account_mover_selector {
|
|
|
|
width: 350px;
|
|
|
|
.select2-choice {
|
|
|
|
height: 34px;
|
|
|
|
}
|
|
|
|
}
|
2017-02-19 17:13:40 +03:00
|
|
|
}
|
2017-02-20 02:01:01 +03:00
|
|
|
#requests-table{
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-10-21 19:36:23 +03:00
|
|
|
.link {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.link.accept:hover {
|
|
|
|
color: var(--color-error);
|
|
|
|
}
|
|
|
|
.link.ignore:hover {
|
|
|
|
color: var(--color-primary);
|
|
|
|
}
|
2021-03-17 02:56:22 +03:00
|
|
|
}
|