Skip to content
Snippets Groups Projects
Icons.css 4.73 KiB
Newer Older
@charset "UTF-8";

.ui-icon-close {
    background: url('../img/icons/Close.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-settings {
    background: url('../img/icons/Settings.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-logout {
    background: url('../img/icons/Logout.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-scaleToFitSmall {
    background: url('../img/icons/ScaleToFitSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-scaleToFit {
    background: url('../img/icons/ScaleToFit.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-snapEnabled {
    background: url('../img/icons/SnapEnabled.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-userEnableDisable {
    background: url('../img/icons/SnapEnabledSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}


.ui-icon-snapDisabled {
    background: url('../img/icons/SnapDisabled.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-snapEnabledSmall {
    background: url('../img/icons/SnapEnabledSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-snapDisabledSmall {
    background: url('../img/icons/SnapDisabledSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-gridEnabled {
    background: url('../img/icons/GridEnabled.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-gridDisabled {
    background: url('../img/icons/GridDisabled.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-gridEnabledSmall {
    background: url('../img/icons/GridEnabledSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-gridDisabledSmall {
    background: url('../img/icons/GridDisabledSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-autoLayoutSmall {
    background: url('../img/icons/AutoLayoutSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-autoLayout {
    background: url('../img/icons/AutoLayout.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-home {
    background: url('../img/icons/Home.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-analysisEditor {
    background: url('../img/icons/AnalysisEditor.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-userManagement {
    background: url('../img/icons/UserManagement.png') no-repeat !important;
.ui-icon-analysis {
    background: url('../img/icons/Analysis.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-cockpitEditor {
    background: url('../img/icons/CockpitEditor.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-cockpit {
    background: url('../img/icons/Cockpit.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-save {
    background: url('../img/icons/Save.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-saveAs {
    background: url('../img/icons/SaveAs.png') no-repeat !important;
    height:32px;
    width:32px;
.ui-icon-saveSmall {
    background: url('../img/icons/SaveSmall.png') no-repeat !important;
.ui-icon-saveAsSmall {
    background: url('../img/icons/SaveAsSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-userGuide {
    background: url('../img/icons/UserGuide.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-about {
    background: url('../img/icons/About.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-copy {
    background: url('../img/icons/Copy.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-edit {
    background: url('../img/icons/Edit.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-delete {
    background: url('../img/icons/Delete.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-reload {
    background: url('../img/icons/Reload.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-reloadSmall {
    background: url('../img/icons/ReloadSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-undo {
    background: url('../img/icons/Undo.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-redo {
    background: url('../img/icons/Redo.png') no-repeat !important;
    height:32px;
    width:32px;
}

.ui-icon-undoSmall {
    background: url('../img/icons/UndoSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}

.ui-icon-redoSmall {
    background: url('../img/icons/RedoSmall.png') no-repeat !important;
    height:16px;
    width:16px;
}