mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 06:43:37 +00:00
fix: add !important to button reset for Obsidian theme override
This commit is contained in:
parent
6b1232fa64
commit
579ceddde5
1 changed files with 8 additions and 6 deletions
14
styles.css
14
styles.css
|
|
@ -693,18 +693,20 @@ If your plugin does not need CSS, delete this file.
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 4px;
|
||||
padding: 6px 12px;
|
||||
padding: 6px 12px !important;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: none !important;
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
appearance: none;
|
||||
box-shadow: none;
|
||||
box-shadow: none !important;
|
||||
text-align: left;
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
min-width: unset !important;
|
||||
min-height: unset !important;
|
||||
}
|
||||
|
||||
.agent-client-mention-badge {
|
||||
|
|
|
|||
Loading…
Reference in a new issue