Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-icon-set-selector.css
- This file was moved from webroot/rsrc/css/application/projects/project-icon.css.
| /** | /** | ||||
| * @provides project-icon-css | * @provides phui-icon-set-selector-css | ||||
| */ | */ | ||||
| button.icon-button { | button.icon-button { | ||||
| background: #f7f7f7; | background: #f7f7f7; | ||||
| border: 1px solid {$lightblueborder}; | border: 1px solid {$lightblueborder}; | ||||
| position: relative; | position: relative; | ||||
| width: 16px; | width: 16px; | ||||
| height: 16px; | height: 16px; | ||||
| Show All 9 Lines | |||||
| } | } | ||||
| .icon-icon + .icon-icon { | .icon-icon + .icon-icon { | ||||
| margin-left: 4px; | margin-left: 4px; | ||||
| } | } | ||||
| button.icon-button.selected { | button.icon-button.selected { | ||||
| background: {$bluebackground}; | background: {$bluebackground}; | ||||
| border: 1px solid {$blueborder}; | |||||
| } | } | ||||