Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: CSS - add defines for config icons
  • Loading branch information
perexg committed Jun 28, 2015
1 parent d414c40 commit 86505ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -508,6 +508,18 @@
background-image: url(../icons/cancel_button.png) !important;
}

.baseconf {
background-image: url(../icons/baseconf.png) !important;
}

.imgcacheconf {
background-image: url(../icons/imgcacheconf.png) !important;
}

.satipsrvconf {
background-image: url(../icons/satipsrvconf.png) !important;
}

.x-linked {
display: inline-block;
background-image: url(../icons/linked.gif) !important;
Expand Down

0 comments on commit 86505ef

Please sign in to comment.