show annotations in fullscreen mode
This commit is contained in:
parent
eeee4f5a28
commit
85e315be40
3 changed files with 13 additions and 3 deletions
|
|
@ -39,3 +39,13 @@
|
|||
.OxAnnotationFolder div.OxInput {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.OxThemeOxlight .OxAnnotationFolder {
|
||||
background-color: rgb(240, 240, 240);
|
||||
}
|
||||
.OxThemeOxmedium .OxAnnotationFolder {
|
||||
background-color: rgb(144, 144, 144);
|
||||
}
|
||||
.OxThemeOxdark .OxAnnotationFolder {
|
||||
background-color: rgb(16, 16, 16);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue