RE: How To Color The Icon
12-27-2014, 12:06 AM
(This post was last modified: 12-27-2014, 12:10 AM by Ron-e.)
Rename dir: etc/sentora/panel/etc/styles/Sentora_Default/img/modules
To something like: etc/sentora/panel/etc/styles/Sentora_Default/img/modules_
change etc/sentora/panel/etc/styles/Sentora_Default/css/default.css starting at line 104:
to:
You will end up with this:
To something like: etc/sentora/panel/etc/styles/Sentora_Default/img/modules_
change etc/sentora/panel/etc/styles/Sentora_Default/css/default.css starting at line 104:
Code:
.sortable.grid li ul li img {
height: 40px;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}
Code:
.sortable.grid li ul li img {
height: 40px;
/*
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
*/
}
●
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.