File tree Expand file tree Collapse file tree
plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 * all copies or substantial portions of the Software.
1010 */
1111?>
12- <style>
13- #header {
14- z-index: 102 !important;
15- display: -webkit-box;
16- display: -ms-flexbox;
17- display: flex;
18- -webkit-box-pack: justify;
19- -ms-flex-pack: justify;
20- justify-content: space-between;
21- -webkit-box-align: center;
22- -ms-flex-align: center;
23- align-items: center;
24- }
25- #header unraid-i18n-host {
26- font-size: 16px;
27- margin-left: auto;
28- height: 100%;
29- }
30-
31- /**
32- * Tools page, rotate the Downgrade icon to prevent needing to add a new icon to the icon font.
33- * The pseudo element is targeted here otherwise the rotation of the span would mess up spacing with the text.
34- */
35- a[href="/Tools/Downgrade"] .icon-update:before {
36- display: inline-block; /* required otherwise the rotation won't work */
37- rotate: 180deg;
38- }
39- /* overriding #header .logo svg */
40- #header .logo .partner-logo svg {
41- fill: var(--header-text-primary);
42- width: auto;
43- height: 28px;
44- }
45- </style>
4612<?php
4713require_once ("$ docroot/plugins/dynamix.my.servers/include/web-components-extractor.php " );
4814
You can’t perform that action at this time.
0 commit comments