From 83fd0ab7e3b8d33af2a24c8d131e115f2900c450 Mon Sep 17 00:00:00 2001 From: Henrik Andersen Date: Fri, 13 Jun 2014 09:21:45 +0200 Subject: [PATCH] Updated modals.less Added background color to umb-dialog footer --- src/Umbraco.Web.UI.Client/src/less/modals.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/modals.less b/src/Umbraco.Web.UI.Client/src/less/modals.less index 1d6e07d7d8..612445a5d8 100644 --- a/src/Umbraco.Web.UI.Client/src/less/modals.less +++ b/src/Umbraco.Web.UI.Client/src/less/modals.less @@ -75,6 +75,7 @@ padding: 15px 20px 10px 20px; margin-top: 30px; clear: both; + background: #fff; } .umb-dialog .umb-btn-toolbar .umb-control-group{ border: none; @@ -214,4 +215,4 @@ .umb-modal .ysod table {background-color:#ffffcc;width:100%;} .umb-modal .ysod table pre {background-color: inherit;} .umb-modal .ysod table code {background-color: inherit;} -.umb-modal .ysod a.btn { margin-top:10px;margin-right:10px;float:right;} \ No newline at end of file +.umb-modal .ysod a.btn { margin-top:10px;margin-right:10px;float:right;}