From 620d5b03171104fce7e2379e156e538e151e7d44 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 5 May 2015 18:45:09 -0400 Subject: [PATCH] Stub material theme, no content --- src/themes/default/collections/message.variables | 8 -------- src/themes/material/modules/dropdown.overrides | 5 +++++ src/themes/material/modules/dropdown.variables | 5 +++++ 3 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 src/themes/material/modules/dropdown.overrides create mode 100644 src/themes/material/modules/dropdown.variables diff --git a/src/themes/default/collections/message.variables b/src/themes/default/collections/message.variables index 01af3ae1b..c97c2ef11 100644 --- a/src/themes/default/collections/message.variables +++ b/src/themes/default/collections/message.variables @@ -86,14 +86,6 @@ ; /* Warning / Positive / Negative / Info */ -/*@positiveBorderColor: transparent; -@negativeBorderColor: transparent; -@negativeBorderColor: transparent; -@infoBorderColor: transparent; -@warningBorderColor: transparent; -@errorBorderColor: transparent; -@successBorderColor: transparent;*/ - @positiveBoxShadow: 0px 0px 0px @borderWidth @positiveBorderColor inset, @shadowShadow diff --git a/src/themes/material/modules/dropdown.overrides b/src/themes/material/modules/dropdown.overrides new file mode 100644 index 000000000..87ec61cbd --- /dev/null +++ b/src/themes/material/modules/dropdown.overrides @@ -0,0 +1,5 @@ +@import url(http://fonts.googleapis.com/css?family=Roboto); + +.ui.dropdown { + font-family: 'Roboto'; +} \ No newline at end of file diff --git a/src/themes/material/modules/dropdown.variables b/src/themes/material/modules/dropdown.variables new file mode 100644 index 000000000..2103dcd62 --- /dev/null +++ b/src/themes/material/modules/dropdown.variables @@ -0,0 +1,5 @@ +/******************************* + Menu +*******************************/ + +