// Icons
i.icon {
&.icon-expand-up {
width: 17px;
height: 17px;
.encoded-svg-background('');
}
&.icon-expand-down {
width: 17px;
height: 17px;
.encoded-svg-background('');
}
&.icon-search {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-edit {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-reader {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-download {
width: 22px;
height: 28px;
.encoded-svg-background('');
}
&.icon-info {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-about {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-help {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-versions {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-text-color {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-text-align-center {
width: 22px;
height: 22px;
.encoded-svg-mask('');
}
&.icon-text-align-justify {
width: 22px;
height: 22px;
.encoded-svg-mask('');
}
&.icon-text-align-left {
width: 22px;
height: 22px;
.encoded-svg-mask('');
}
&.icon-text-align-right {
width: 22px;
height: 22px;
.encoded-svg-mask('');
}
&.icon-text-valign-top {
width: 22px;
height: 22px;
.encoded-svg-mask('');
}
&.icon-text-valign-middle {
width: 22px;
height: 22px;
.encoded-svg-mask('');
}
&.icon-text-valign-bottom {
width: 22px;
height: 22px;
.encoded-svg-mask('');
}
&.icon-insimage {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-sort {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-image-library {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-function {
width: 22px;
height: 22px;
background-image: url(../img/function.png);
}
// Reorder
&.icon-move-backward {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-move-forward {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-move-background {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-move-foreground {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
// Presets of table borders
&.icon-table-borders-all {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-table-borders-none {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-table-borders-inner {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-table-borders-outer {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-table-borders-left {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-table-borders-center {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-table-borders-right {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-table-borders-top {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-table-borders-middle {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.icon-table-borders-bottom {
width: 28px;
height: 28px;
.encoded-svg-background('');
}
&.sortdown {
width: 22px;
height: 22px;
background-image: url(../img/sort-a-z.png);
}
&.sortup {
width: 22px;
height: 22px;
background-image: url(../img/sort-z-a.png);
}
}
// Overwrite color for toolbar
.navbar {
i.icon {
&.icon-undo {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-redo {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-search {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-burger {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-plus {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-edit {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-settings {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-prev {
width: 20px;
height: 20px;
.encoded-svg-background('');
}
&.icon-next {
width: 20px;
height: 20px;
.encoded-svg-background('');
}
&.icon-expand-down {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
}
}
.chart-types .thumb {
&.bar-normal {
background-image: url('../img/charts/chart-03.png');
}
&.bar-stacked {
background-image: url('../img/charts/chart-02.png');
}
&.bar-pstacked {
background-image: url('../img/charts/chart-01.png');
}
&.line-normal {
background-image: url('../img/charts/chart-06.png');
}
&.line-stacked {
background-image: url('../img/charts/chart-05.png');
}
&.line-pstacked {
background-image: url('../img/charts/chart-04.png');
}
&.hbar-normal {
background-image: url('../img/charts/chart-09.png');
}
&.hbar-stacked {
background-image: url('../img/charts/chart-08.png');
}
&.hbar-pstacked {
background-image: url('../img/charts/chart-07.png');
}
&.area-normal {
background-image: url('../img/charts/chart-12.png');
}
&.area-stacked {
background-image: url('../img/charts/chart-11.png');
}
&.area-pstacked {
background-image: url('../img/charts/chart-10.png');
}
&.pie {
background-image: url('../img/charts/chart-13.png');
}
&.doughnut {
background-image: url('../img/charts/chart-14.png');
}
&.pie3d {
background-image: url('../img/charts/chart-22.png');
}
&.scatter {
background-image: url('../img/charts/chart-15.png');
}
&.stock {
background-image: url('../img/charts/chart-16.png');
}
&.line3d {
background-image: url('../img/charts/chart-21.png');
}
&.bar3dnormal {
background-image: url('../img/charts/chart-17.png');
}
&.bar3dstack {
background-image: url('../img/charts/chart-18.png');
}
&.bar3dpstack {
background-image: url('../img/charts/chart-19.png');
}
&.hbar3dnormal {
background-image: url('../img/charts/chart-25.png');
}
&.hbar3dstack {
background-image: url('../img/charts/chart-24.png');
}
&.hbar3dpstack {
background-image: url('../img/charts/chart-23.png');
}
&.bar3dpsnormal {
background-image: url('../img/charts/chart-20.png');
}
}