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
81bee39c
Commit
81bee39c
authored
May 01, 2023
by
EllangoK
Browse files
style everything
styles searchbox, should be actually everything
parent
6aae1f49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
7 deletions
+36
-7
web/style.css
web/style.css
+36
-7
No files found.
web/style.css
View file @
81bee39c
...
@@ -299,23 +299,52 @@ button.comfy-queue-btn {
...
@@ -299,23 +299,52 @@ button.comfy-queue-btn {
right
:
2px
;
right
:
2px
;
}
}
.litecontextmenu
{
.litegraph.litecontextmenu
,
.litegraph.litecontextmenu.dark
{
z-index
:
9999
!important
;
z-index
:
9999
!important
;
}
.litegraph.litecontextmenu
{
background-color
:
var
(
--comfy-menu-bg
)
!important
;
background-color
:
var
(
--comfy-menu-bg
)
!important
;
filter
:
brightness
(
95%
);
filter
:
brightness
(
95%
);
color
:
var
(
--input-text
)
!important
;
}
}
.litegraph.litecontextmenu
.litemenu-entry
:hover:not
(
.disabled
)
:not
(
.separator
)
{
.litegraph.litecontextmenu
.litemenu-entry
:hover:not
(
.disabled
)
:not
(
.separator
)
{
background-color
:
var
(
--comfy-menu-bg
)
!important
;
background-color
:
var
(
--comfy-menu-bg
)
!important
;
filter
:
brightness
(
155%
);
filter
:
brightness
(
155%
);
color
:
var
(
--input-text
)
!important
;
color
:
var
(
--input-text
);
}
}
.litegraph.litecontextmenu
.litemenu-entry.submenu
{
.litegraph.litecontextmenu
.litemenu-entry.submenu
,
.litegraph.litecontextmenu.dark
.litemenu-entry.submenu
{
background-color
:
var
(
--comfy-menu-bg
)
!important
;
background-color
:
var
(
--comfy-menu-bg
)
!important
;
color
:
var
(
--input-text
);
}
.litegraph.litecontextmenu
input
{
background-color
:
var
(
--comfy-input-bg
)
!important
;
color
:
var
(
--input-text
)
!important
;
color
:
var
(
--input-text
)
!important
;
}
}
/* Search box */
.litegraph.litesearchbox
{
z-index
:
9999
!important
;
background-color
:
var
(
--comfy-menu-bg
)
!important
;
overflow
:
hidden
;
}
.litegraph.litesearchbox
input
,
.litegraph.litesearchbox
select
{
background-color
:
var
(
--comfy-input-bg
)
!important
;
color
:
var
(
--input-text
);
}
.litegraph.lite-search-item
{
color
:
var
(
--input-text
);
background-color
:
var
(
--comfy-input-bg
);
filter
:
brightness
(
80%
);
padding-left
:
0.2em
;
}
.litegraph.lite-search-item.generic_type
{
color
:
var
(
--input-text
);
filter
:
brightness
(
50%
);
}
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