Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/trac/files/theme.css

Issue 5769066073554944: Issue 211 - [trac] Make priority/milestone/component fields visible to everybody (Closed)
Patch Set: Don`t hide review_url field and add missing dependency Created March 25, 2014, 3:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/trac/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/files/theme.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/trac/files/theme.css
@@ -0,0 +1,5 @@
+label[for^="field-"]:not([for="field-review_url"]) > span[style="color:#cccccc"],
+[id^="field-"][disabled]:not([id="field-review_url"])
+{
+ display: none;
+}
« no previous file with comments | « no previous file | modules/trac/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld