Skip to content
Snippets Groups Projects
Unverified Commit 9646d4c4 authored by Weilbyte's avatar Weilbyte
Browse files

Colorized reboot icon

parent 77196425
Branches
Tags
No related merge requests found
...@@ -857,6 +857,10 @@ div[id^="panel-"][id$="-body"] { ...@@ -857,6 +857,10 @@ div[id^="panel-"][id$="-body"] {
color: #ba2b2d; color: #ba2b2d;
} }
.fa-refresh:before {
color: #faa61a;
}
.fa-language:before { .fa-language:before {
color: white; color: white;
} }
... ...
......
This diff is collapsed.
...@@ -58,31 +58,32 @@ ...@@ -58,31 +58,32 @@
.fa-sign-out:before .fa-sign-out:before
color: $red color: $red
.fa-refresh:before
color: $yellow
.fa-language:before .fa-language:before
color: white color: white
.fa-building.online .fa-building.online
color: #7289da!important color: $blurple!important
.fa-fw.x-grid-icon-custom.fa .fa-fw.x-grid-icon-custom.fa
&.fa-database &.fa-database
color: #7289da color: $blurple
&.fa-desktop &.fa-desktop
color: #7289da color: $blurple
&.fa-cube &.fa-cube
color: #7289da color: $blurple
.lxc:after .lxc:after
background: transparent!important background: transparent!important
color: #7289da color: $blurple
//If you use compass, instead of the line below you could use + text-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
text-shadow: 0 0 0 #2c2f33!important text-shadow: 0 0 0 #2c2f33!important
.qemu:after .qemu:after
background: transparent!important background: transparent!important
color: #7289da color: $blurple
//If you use compass, instead of the line below you could use + text-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
text-shadow: 0 0 0 #2c2f33!important text-shadow: 0 0 0 #2c2f33!important
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment