mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Pointer to show on pholio thumbnails
Summary: Pointer to show on pholio thumbnails Test Plan: Pointer is shown Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4720
This commit is contained in:
parent
2bb61132a6
commit
683df86d54
2 changed files with 2 additions and 1 deletions
|
@ -3190,7 +3190,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'pholio-css' =>
|
||||
array(
|
||||
'uri' => '/res/8d8d99c1/rsrc/css/application/pholio/pholio.css',
|
||||
'uri' => '/res/f101ad7c/rsrc/css/application/pholio/pholio.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
.pholio-mock-carousel-thumbnail {
|
||||
margin-right: 5px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pholio-mock-image {
|
||||
|
|
Loading…
Reference in a new issue