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: Created March 25, 2014, 11:51 a.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') | modules/trac/templates/trac.ini.erb » ('J')
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-"] > strike,
+[id^="field-"][disabled]
+{
+ display: none;
+}
« no previous file with comments | « no previous file | modules/trac/manifests/init.pp » ('j') | modules/trac/templates/trac.ini.erb » ('J')

Powered by Google App Engine
This is Rietveld