CC-6121 - Fix up user settings page

This commit is contained in:
Duncan Sommerville 2015-08-31 15:25:17 -04:00
parent 109a336504
commit f21e53b12e
4 changed files with 30 additions and 15 deletions

View file

@ -221,6 +221,11 @@
height: 16px;
background-image: url(images/ui-icons_ffffff_256x240.png);
}
.selected .ui-icon {
width: 16px;
height: 16px;
background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-widget-content .ui-icon {
background-image: url(images/ui-icons_ffffff_256x240.png);
}