Preserve QExcell cell borders

This commit is contained in:
Курнат Андрей
2026-06-01 07:55:45 +03:00
parent 27eae3afac
commit 56f2a4d6e4
6 changed files with 90 additions and 10 deletions
+5
View File
@@ -732,6 +732,11 @@ button {
height: 58px;
}
.sheet-grid td.is-bordered {
border-color: #334155;
box-shadow: inset 0 0 0 1px #334155;
}
.sheet-grid td.is-valign-top input {
padding-top: 0;
padding-bottom: 8px;