On 2013-10-28 17:46, Matthew Woehlke wrote:
On 2013-10-28 17:27, David Trowbridge wrote:
It looks like we set borders on <textarea> but not <input>.
I guess we'd probably be willing to accept a patch for adding
@textarea-border-color to other input elements that if you were to put
one together and verify that it works.

Okay. I'll look into that when I get a chance. (Meanwhile I'd locally
patched my install to set a non-white background.)

This (at least making the equivalent change to my RB install) works for me and seems to be the reasonable thing to do:

diff --git a/reviewboard/static/rb/css/reviews.less b/reviewboard/static/rb/css/reviews.less
index 52e7a85..4a39708 100644
--- a/reviewboard/static/rb/css/reviews.less
+++ b/reviewboard/static/rb/css/reviews.less
@@ -1077,6 +1077,7 @@
   }

   textarea {
+    border: 1px black solid;
     font-size: 10pt;
   }



--
Matthew

--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- You received this message because you are subscribed to the Google Groups "reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to