FileListItem sadece resim görünümü birden fazla buton ekleme için düzenleme

This commit is contained in:
M. Bestami
2025-08-13 15:24:04 +03:00
parent 7cff75e82c
commit b521ad0278
2 changed files with 28 additions and 9 deletions

View File

@ -659,7 +659,9 @@ svg {
max-width: 24px;
max-height: 24px;
}
.ico-c.ico-btn:hover{
background-color: navy;
}
/* colors */
.back-grad {
padding: 6px 8px;
@ -715,7 +717,11 @@ svg {
color: #000;
padding: 12px;
}
.back-grad-dgrey {
background-image: linear-gradient(24deg, #797979, #a1a1a1);
color: #000;
padding: 12px;
}
.back-grey {
background-color: #f1f1f1;
}