mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-27 03:28:35 +01:00
Remove pointer cursor from app logo
This commit is contained in:
parent
aff14357cf
commit
18c8de97d7
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
"openInCenter": false,
|
||||
"zoomLevel": 1,
|
||||
"forceIframe": false,
|
||||
"customCss": "/* hide the menu bar, the \"Keep\" text and the Google Apps button */\nhtml > body > div:nth-child(2) > div:nth-child(2) > div:first-child, \nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child { \n\tdisplay: none !important; \n}"
|
||||
"customCss": "/* hide the menu bar, the \"Keep\" text and the Google Apps button */\nhtml > body > div:nth-child(2) > div:nth-child(2) > div:first-child, \nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child { \n\tdisplay: none !important; \n}\nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child {\n\tcursor: default; \n}"
|
||||
},
|
||||
{
|
||||
"url": "https://calendar.google.com/calendar",
|
||||
|
@ -46,4 +46,4 @@
|
|||
}
|
||||
],
|
||||
"padding": 5
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue