Skip to content

Commit 05b2ccc

Browse files
committed
custom.css: commented out bad "/background-color" style
Not sure what was intended here
1 parent aa58b41 commit 05b2ccc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/custom.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ div[role="tabpanel"] {
292292
border-top: 0px solid var(--objectbox-grey-border) !important;
293293
border-bottom: 1px solid var(--objectbox-grey-border) !important;
294294
border-radius: 0 0 6px 6px !important;
295-
/background-color: rgb(255, 255, 255) !important;
295+
/*background-color: rgb(255, 255, 255) !important;*/
296296
/*background-color: rgb(152, 231, 27) !important; /* DEBUG */
297297
padding: 20px !important;
298298
/*margin: 0 !important; we also tried margin-top, but this did not influence the missing line between the tab header and the actual tab*/
@@ -917,4 +917,3 @@ div[class*="docPage"] {
917917
/* outline: 30px solid rgb(255, 98, 0) !important;*/
918918
}
919919
}
920-

0 commit comments

Comments
 (0)