[Rt-commit] rt branch, 4.2/print-button-style, created. rt-4.2.10-227-g4e566ab
Jesse Vincent
jesse at bestpractical.com
Tue Mar 31 14:01:24 EDT 2015
The branch, 4.2/print-button-style has been created
at 4e566abc2f726ac0e5eb0746eef2af65d50facae (commit)
- Log -----------------------------------------------------------------
commit 4e566abc2f726ac0e5eb0746eef2af65d50facae
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Mar 31 11:00:24 2015 -0700
Add print styles for button and .button that match other inputs
Thanks to Christian Loos for catching the oversight
diff --git a/share/static/css/base/print.css b/share/static/css/base/print.css
index 1301358..cafb89e 100644
--- a/share/static/css/base/print.css
+++ b/share/static/css/base/print.css
@@ -174,7 +174,9 @@
input,
select,
- option {
+ option,
+ button,
+ .button {
background: white !important;
color: black !important;
border: 1px solid #666 !important;
-----------------------------------------------------------------------
More information about the rt-commit
mailing list