mirror of
https://github.com/davidingerslev/outlook-meeting-notes.git
synced 2026-07-22 05:41:46 +00:00
12 lines
312 B
CSS
12 lines
312 B
CSS
/*
|
|
|
|
This CSS file will be included with your plugin, and
|
|
available in the app when your plugin is enabled.
|
|
|
|
If your plugin does not need CSS, delete this file.
|
|
|
|
*/
|
|
.outlook-meeting-notes-icon.is-being-dragged-over {
|
|
background-color: var(--background-modifier-hover);
|
|
color: var(--interactive-accent-hover);
|
|
}
|