mirror of
https://github.com/unraid/webgui.git
synced 2026-05-02 15:59:35 -05:00
refactor: docker.plugin.manager PluginHelpers css format
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #e68a00;
|
||||
background: #feefb3;
|
||||
border-bottom: #e68a00 1px solid;
|
||||
color: var(--orange-300);
|
||||
background: var(--yellow-200);
|
||||
border-bottom: var(--orange-300) 1px solid;
|
||||
text-align: center;
|
||||
font-size: 1.4rem;
|
||||
z-index: 900;
|
||||
@@ -26,5 +26,5 @@ span.bannerInfo {
|
||||
span.bannerInfo::before {
|
||||
content: "\f05a";
|
||||
font-family: fontAwesome;
|
||||
color: #e68a00;
|
||||
color: var(--orange-300);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user