Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
15a4c0db
Commit
15a4c0db
authored
Apr 29, 2023
by
pythongosssss
Browse files
- button hover style
- ensure context menu is always above everything
parent
056e5545
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
web/style.css
web/style.css
+14
-2
No files found.
web/style.css
View file @
15a4c0db
...
...
@@ -120,7 +120,7 @@ body {
.comfy-menu
>
button
,
.comfy-menu-btns
button
,
.comfy-menu
.comfy-list
button
,
.comfy-modal
button
{
.comfy-modal
button
{
color
:
var
(
--input-text
);
background-color
:
var
(
--comfy-input-bg
);
border-radius
:
8px
;
...
...
@@ -129,6 +129,15 @@ body {
margin-top
:
2px
;
}
.comfy-menu
>
button
:hover
,
.comfy-menu-btns
button
:hover
,
.comfy-menu
.comfy-list
button
:hover
,
.comfy-modal
button
:hover
,
.comfy-settings-btn
:hover
{
filter
:
brightness
(
1.2
);
cursor
:
pointer
;
}
.comfy-menu
span
.drag-handle
{
width
:
10px
;
height
:
20px
;
...
...
@@ -285,3 +294,6 @@ button.comfy-queue-btn {
right
:
2px
;
}
.litecontextmenu
{
z-index
:
9999
!important
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment