improved spreadsheet design
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -317,6 +317,23 @@ tr:hover .taglist .tag button {
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
.jss_worksheet{
|
||||
background: black !important;
|
||||
border-right: 1px solid #333 !important;
|
||||
border-bottom: 1px solid #333 !important;
|
||||
}
|
||||
|
||||
.jss_worksheet > thead > tr > td,
|
||||
.jss_worksheet > tbody > tr > td:first-child{
|
||||
background: #730000 !important;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.jss_worksheet td{
|
||||
border-top: 1px solid #333 !important;
|
||||
border-left: 1px solid #333 !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
#app nav a{
|
||||
background: black;
|
||||
|
||||
@@ -308,6 +308,23 @@ tr:hover .taglist .tag button {
|
||||
background: #a00;
|
||||
}
|
||||
|
||||
.jss_worksheet{
|
||||
background: black !important;
|
||||
border-right: 1px solid #333 !important;
|
||||
border-bottom: 1px solid #333 !important;
|
||||
}
|
||||
|
||||
.jss_worksheet > thead > tr > td,
|
||||
.jss_worksheet > tbody > tr > td:first-child{
|
||||
background: orange !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.jss_worksheet td{
|
||||
border-top: 1px solid #333 !important;
|
||||
border-left: 1px solid #333 !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
#app nav a{
|
||||
background: black;
|
||||
|
||||
Reference in New Issue
Block a user