You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/07/22 14:31:30 UTC

[34/42] allura git commit: [#7897] ticket:814 Make editor background white by default

[#7897] ticket:814 Make editor background white by default

It's transparent by default, and some pages are displaying it on grey
background (e.g. ticket edit/create)


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/8be40729
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/8be40729
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/8be40729

Branch: refs/heads/ib/7897
Commit: 8be40729823666806173b1f97d347e8845ec9f02
Parents: ab8b6fe
Author: Igor Bondarenko <je...@gmail.com>
Authored: Tue Jul 7 17:36:08 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Wed Jul 22 10:59:52 2015 +0300

----------------------------------------------------------------------
 Allura/allura/lib/widgets/resources/css/markitup_sf.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/8be40729/Allura/allura/lib/widgets/resources/css/markitup_sf.css
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/widgets/resources/css/markitup_sf.css b/Allura/allura/lib/widgets/resources/css/markitup_sf.css
index 5310c69..5e85697 100644
--- a/Allura/allura/lib/widgets/resources/css/markitup_sf.css
+++ b/Allura/allura/lib/widgets/resources/css/markitup_sf.css
@@ -36,6 +36,7 @@
   margin-bottom: 5px;
   margin-left: 2px;
   border: 1px solid #aaaaaa;
+  background: white;
 }
 
 .markdown_edit .CodeMirror {