mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-13 08:11:04 +01:00
Use black bullet instead of gray background for disabled users
Summary: Just because I like it more. Test Plan: View diff with comment from disabled user. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Koolvin Differential Revision: https://secure.phabricator.com/D2525
This commit is contained in:
parent
978f6edf19
commit
ec27d39b8b
4 changed files with 7 additions and 3 deletions
|
@ -666,7 +666,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'diffusion-source-css' =>
|
||||
array(
|
||||
'uri' => '/res/662ad6ad/rsrc/css/application/diffusion/diffusion-source.css',
|
||||
'uri' => '/res/501fcd3a/rsrc/css/application/diffusion/diffusion-source.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -187,6 +187,7 @@ td.phabricator-login-details {
|
|||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
a.handle-disabled,
|
||||
a.handle-status-away,
|
||||
a.handle-status-sporadic {
|
||||
padding-left: 12px;
|
||||
|
@ -203,8 +204,7 @@ a.handle-status-sporadic {
|
|||
}
|
||||
|
||||
a.handle-disabled {
|
||||
background: #999999;
|
||||
color: #cccccc;
|
||||
background-image: url(/rsrc/image/icon/fatcow/bullet_black.png);
|
||||
}
|
||||
|
||||
.PhabricatorMonospaced {
|
||||
|
|
|
@ -49,6 +49,10 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.diffusion-author-link a {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.diffusion-blame-link a,
|
||||
.diffusion-line-link a {
|
||||
/* Give the user a larger click target. */
|
||||
|
|
BIN
webroot/rsrc/image/icon/fatcow/bullet_black.png
Normal file
BIN
webroot/rsrc/image/icon/fatcow/bullet_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 315 B |
Loading…
Reference in a new issue