mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-09 14:21:02 +01:00
More button grey conversions
Summary: Ran across a few straglers. Convert to the correct color. Test Plan: grep for profile-image-button, check profile image selection page Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18096
This commit is contained in:
parent
7c955d795e
commit
38904ea4ad
7 changed files with 9 additions and 9 deletions
|
@ -132,7 +132,7 @@ final class ConpherenceRoomPictureController
|
||||||
$button = javelin_tag(
|
$button = javelin_tag(
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
'class' => 'grey profile-image-button',
|
'class' => 'button-grey profile-image-button',
|
||||||
'sigil' => 'has-tooltip',
|
'sigil' => 'has-tooltip',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'tip' => $spec['tip'],
|
'tip' => $spec['tip'],
|
||||||
|
|
|
@ -82,7 +82,7 @@ final class PhabricatorFileComposeController
|
||||||
$buttons[] = javelin_tag(
|
$buttons[] = javelin_tag(
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
'class' => 'grey profile-image-button',
|
'class' => 'button-grey profile-image-button',
|
||||||
'sigil' => 'has-tooltip compose-select-color',
|
'sigil' => 'has-tooltip compose-select-color',
|
||||||
'style' => 'margin: 0 8px 8px 0',
|
'style' => 'margin: 0 8px 8px 0',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
|
@ -102,7 +102,7 @@ final class PhabricatorFileComposeController
|
||||||
$icons[] = javelin_tag(
|
$icons[] = javelin_tag(
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
'class' => 'grey profile-image-button',
|
'class' => 'button-grey profile-image-button',
|
||||||
'sigil' => 'has-tooltip compose-select-icon',
|
'sigil' => 'has-tooltip compose-select-icon',
|
||||||
'style' => 'margin: 0 8px 8px 0',
|
'style' => 'margin: 0 8px 8px 0',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
|
|
|
@ -190,7 +190,7 @@ final class PhabricatorPeopleProfilePictureController
|
||||||
$button = javelin_tag(
|
$button = javelin_tag(
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
'class' => 'grey profile-image-button',
|
'class' => 'button-grey profile-image-button',
|
||||||
'sigil' => 'has-tooltip',
|
'sigil' => 'has-tooltip',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'tip' => $spec['tip'],
|
'tip' => $spec['tip'],
|
||||||
|
|
|
@ -133,7 +133,7 @@ final class PhameBlogProfilePictureController
|
||||||
$button = javelin_tag(
|
$button = javelin_tag(
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
'class' => 'grey profile-image-button',
|
'class' => 'button-grey profile-image-button',
|
||||||
'sigil' => 'has-tooltip',
|
'sigil' => 'has-tooltip',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'tip' => $spec['tip'],
|
'tip' => $spec['tip'],
|
||||||
|
|
|
@ -133,7 +133,7 @@ final class PhortuneMerchantPictureController
|
||||||
$button = javelin_tag(
|
$button = javelin_tag(
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
'class' => 'grey profile-image-button',
|
'class' => 'button-grey profile-image-button',
|
||||||
'sigil' => 'has-tooltip',
|
'sigil' => 'has-tooltip',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'tip' => $spec['tip'],
|
'tip' => $spec['tip'],
|
||||||
|
|
|
@ -138,7 +138,7 @@ final class PhabricatorProjectBoardBackgroundController
|
||||||
$button = javelin_tag(
|
$button = javelin_tag(
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
'class' => 'grey profile-image-button',
|
'class' => 'button-grey profile-image-button',
|
||||||
'sigil' => 'has-tooltip',
|
'sigil' => 'has-tooltip',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'tip' => $option['name'],
|
'tip' => $option['name'],
|
||||||
|
|
|
@ -134,7 +134,7 @@ final class PhabricatorProjectEditPictureController
|
||||||
$button = javelin_tag(
|
$button = javelin_tag(
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
'class' => 'grey profile-image-button',
|
'class' => 'button-grey profile-image-button',
|
||||||
'sigil' => 'has-tooltip',
|
'sigil' => 'has-tooltip',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'tip' => $spec['tip'],
|
'tip' => $spec['tip'],
|
||||||
|
@ -285,7 +285,7 @@ final class PhabricatorProjectEditPictureController
|
||||||
$default_button = javelin_tag(
|
$default_button = javelin_tag(
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
'class' => 'grey profile-image-button',
|
'class' => 'button-grey profile-image-button',
|
||||||
'sigil' => 'has-tooltip',
|
'sigil' => 'has-tooltip',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'tip' => pht('Use Icon and Color'),
|
'tip' => pht('Use Icon and Color'),
|
||||||
|
|
Loading…
Reference in a new issue