mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-11-21 03:11:40 +08:00
Merge pull request #15680 from light-and-ray/use_gradio_theme_colors_in_css
use gradio theme colors in css
This commit is contained in:
commit
41b24d350f
@ -780,9 +780,9 @@ table.popup-table .link{
|
||||
position:absolute;
|
||||
display:block;
|
||||
padding:0px 0;
|
||||
border:2px solid #a55000;
|
||||
border:2px solid var(--primary-800);
|
||||
border-radius:8px;
|
||||
box-shadow:1px 1px 2px #CE6400;
|
||||
box-shadow:1px 1px 2px var(--primary-500);
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
@ -799,7 +799,7 @@ table.popup-table .link{
|
||||
}
|
||||
|
||||
.context-menu-items a:hover{
|
||||
background: #a55000;
|
||||
background: var(--primary-700);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user