mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 18:46:00 +00:00
shell tab
This commit is contained in:
16
packages/web/src/widgets/WidgetTitle.svelte
Normal file
16
packages/web/src/widgets/WidgetTitle.svelte
Normal file
@@ -0,0 +1,16 @@
|
||||
<div on:click>
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
background-color: var(--theme-bg-2);
|
||||
border: 1px solid var(--theme-border);
|
||||
}
|
||||
div:hover {
|
||||
background-color: var(--theme-bg-3);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user