improved spreadsheet editing

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-30 23:59:00 +02:00
parent d7c32ef69a
commit c04dfe225c
4 changed files with 50 additions and 15 deletions

View File

@@ -334,6 +334,10 @@ tr:hover .taglist .tag button {
border-left: 1px solid #333 !important;
}
.jss_worksheet tr:hover td input{
color: yellow;
}
@media screen and (max-width: 900px) {
#app nav a{
background: black;

View File

@@ -325,6 +325,10 @@ tr:hover .taglist .tag button {
border-left: 1px solid #333 !important;
}
.jss_worksheet tr:hover td input{
color: black;
}
@media screen and (max-width: 900px) {
#app nav a{
background: black;