pull/235/head
Ivan Dmitrievich Yartsev 10 months ago
parent 4fbc53c8ee
commit 9ad9655612

@ -1268,11 +1268,11 @@ void on_group_save(GtkWidget *self, dictionary *dict){
} else { } else {
password=""; password="";
} }
final_string = yon_char_unite(yon_char_return_if_exist(group_users,"x"), final_string = yon_char_unite(yon_char_return_if_exist(group_users,""),
":",yon_char_return_if_exist(gid,"x"), ":",yon_char_return_if_exist(gid,"x"),
":",yon_char_return_if_exist(non_unique,""), ":",yon_char_return_if_exist(non_unique,""),
yon_char_return_if_exist(gsystem,""), yon_char_return_if_exist(gsystem,""),
":",yon_char_return_if_exist(admins,"x"), ":",yon_char_return_if_exist(admins,""),
":",yon_char_return_if_exist(password,"x"), ":",yon_char_return_if_exist(password,"x"),
NULL); NULL);
char *final_command = yon_config_parameter_prepare_command(dull_parameter_get_command,NULL,"users",GROUPADD_SYNC(group_name)); char *final_command = yon_config_parameter_prepare_command(dull_parameter_get_command,NULL,"users",GROUPADD_SYNC(group_name));

@ -16,6 +16,14 @@ background:transparent;
color: @theme_text_color; color: @theme_text_color;
} }
.bggrey{
border-radius:5px;
border-color:@theme_text_color;
border-style:solid;
border-width:0.3px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.inherited>* { .inherited>* {
border:none; border:none;
background:inherit; background:inherit;

Loading…
Cancel
Save