From 0466002f03e9ae03ea011dcc85bc54d5435946d1 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 7 Jul 2014 13:52:45 -0400 Subject: [PATCH] Light default formatting changes modal --- src/definitions/modules/modal.less | 4 +++- src/themes/packages/default/modules/modal.variables | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 2d42c6386..4e1a3e16f 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -42,7 +42,8 @@ user-select: text; } -.ui.modal > :first-child { +.ui.modal > :first-child:not(.icon), +.ui.modal > .icon:first-child + * { border-top-left-radius: @borderRadius; border-top-right-radius: @borderRadius; } @@ -92,6 +93,7 @@ font-size: @headerFontSize; font-weight: @headerFontWeight; + color: @headerColor; border-bottom: @headerBorder; } diff --git a/src/themes/packages/default/modules/modal.variables b/src/themes/packages/default/modules/modal.variables index 9b74c5fb5..9700131d4 100755 --- a/src/themes/packages/default/modules/modal.variables +++ b/src/themes/packages/default/modules/modal.variables @@ -23,7 +23,8 @@ /* Header */ @headerMargin: 0em; @headerPadding: 1.5rem 2rem; -@headerBackground: #FFFFFF; +@headerBackground: @lightBlack; +@headerColor: @white; @headerFontSize: 1.6em; @headerFontWeight: bold; @headerFontFamily: @headerFont;