notion-enhancer/repo/calendar-scroll/client.css
dragonwocky c4e6b6b62a theme: neutral
remove ids from mod folder names
2021-10-08 12:28:44 +11:00

26 lines
682 B
CSS

/*
* notion-enhancer: calendar scroll
* (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (https://notion-enhancer.github.io/) under the MIT license
*/
#calendar-scroll-to-week {
background: var(--theme--ui_interactive-hover);
border: 1px solid transparent;
font-size: 14px;
color: var(--theme--text);
height: 24px;
border-radius: 3px;
line-height: 1.2;
padding: 0 0.5em;
margin-right: 5px;
}
#calendar-scroll-to-week:focus,
#calendar-scroll-to-week:hover {
background: transparent;
border: 1px solid var(--theme--ui_interactive-hover);
}
#calendar-scroll-to-week:active {
background: var(--theme--ui_interactive-active);
}