Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14703663
D8053.id18220.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D8053.id18220.diff
View Options
Index: resources/celerity/map.php
===================================================================
--- resources/celerity/map.php
+++ resources/celerity/map.php
@@ -7,7 +7,7 @@
return array(
'names' =>
array(
- 'core.pkg.css' => '6c70dd0e',
+ 'core.pkg.css' => '5ad20a3f',
'core.pkg.js' => 'c907bd96',
'darkconsole.pkg.js' => 'ca8671ce',
'differential.pkg.css' => '5a65a762',
@@ -113,7 +113,7 @@
'rsrc/css/application/tokens/tokens.css' => 'fb286311',
'rsrc/css/application/uiexample/example.css' => '4741b891',
'rsrc/css/core/core.css' => 'da26ddb2',
- 'rsrc/css/core/remarkup.css' => '32cace73',
+ 'rsrc/css/core/remarkup.css' => 'bec51bf1',
'rsrc/css/core/syntax.css' => '3c18c1cb',
'rsrc/css/core/z-index.css' => '1bbbd4f1',
'rsrc/css/diviner/diviner-shared.css' => 'be90f718',
@@ -700,7 +700,7 @@
'phabricator-prefab' => '9eaf0bfa',
'phabricator-profile-css' => '3a7e04ca',
'phabricator-project-tag-css' => '095c9404',
- 'phabricator-remarkup-css' => '32cace73',
+ 'phabricator-remarkup-css' => 'bec51bf1',
'phabricator-search-results-css' => 'f240504c',
'phabricator-settings-css' => 'ea8f5915',
'phabricator-shaped-request' => 'dfa181a4',
Index: webroot/rsrc/css/core/remarkup.css
===================================================================
--- webroot/rsrc/css/core/remarkup.css
+++ webroot/rsrc/css/core/remarkup.css
@@ -178,6 +178,20 @@
background: #f3f3ff;
}
+.phabricator-remarkup .remarkup-warning {
+ margin: 1em 1.5em;
+ padding: 0.5em 1em;
+ border: 1px solid {$yellow};
+ background: {$lightyellow};
+}
+
+.phabricator-remarkup .remarkup-important {
+ margin: 1em 1.5em;
+ padding: 0.5em 1em;
+ border: 1px solid {$red};
+ background: {$lightred};
+}
+
.phabricator-remarkup-toc {
float: right;
border: 1px solid #d7d7d7;
@@ -402,6 +416,8 @@
}
div.phabricator-remarkup-dark .remarkup-note,
+div.phabricator-remarkup-dark .remarkup-warning,
+div.phabricator-remarkup-dark .remarkup-important,
div.phabricator-remarkup-dark table {
color: #000;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 8:12 PM (20 h, 28 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6997355
Default Alt Text
D8053.id18220.diff (2 KB)
Attached To
Mode
D8053: Add styles for WARNING and IMPORTANT
Attached
Detach File
Event Timeline
Log In to Comment