mirror of
https://github.com/rocky-linux/rocky-logos.git
synced 2024-10-08 16:34:10 +00:00
Addresse missing css anaconda theme file (RLBT#0000145)
This commit is contained in:
parent
7b730be3e4
commit
bd43c46ce4
41
anaconda/theme/redhat.css
Normal file
41
anaconda/theme/redhat.css
Normal file
@ -0,0 +1,41 @@
|
||||
/* Anaconda gtk style overrides for RHEL */
|
||||
|
||||
/* vendor-specific colors */
|
||||
@define-color rocky #18181b;
|
||||
|
||||
/* logo and sidebar classes */
|
||||
|
||||
/* The sidebar consists of three parts: a background, a logo, and a product logo,
|
||||
* rendered in that order. The product logo is empty by default and is intended
|
||||
* to be overridden by a stylesheet in product.img.
|
||||
*/
|
||||
.logo-sidebar {
|
||||
background-image: url('/usr/share/anaconda/pixmaps/sidebar-bg.png');
|
||||
background-color: @rocky;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
/* Add a logo to the sidebar */
|
||||
.logo {
|
||||
background-image: url('/usr/share/anaconda/pixmaps/sidebar-logo.png');
|
||||
background-position: 50% 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* This is a placeholder to be filled by a product-specific logo. */
|
||||
.product-logo {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
AnacondaSpokeWindow #nav-box {
|
||||
background-color: @rocky;
|
||||
background-image: url('/usr/share/anaconda/pixmaps/topbar-bg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: top left;
|
||||
color: white;
|
||||
}
|
Loading…
Reference in New Issue
Block a user