From 8f372a7331ca8409e1df4390f9db950cb5a80009 Mon Sep 17 00:00:00 2001 From: nelo Date: Tue, 17 Jan 2017 12:24:32 +0100 Subject: [PATCH] =?UTF-8?q?modificaci=C3=B3n=20estilos=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- @salix/core/src/floatbutton/floatbutton.mdl.html | 2 +- @salix/core/src/icon-button/icon-button.mdl.html | 4 ++-- @salix/core/src/icon/icon.mdl.html | 2 +- @salix/core/src/mdl-override.css | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/@salix/core/src/floatbutton/floatbutton.mdl.html b/@salix/core/src/floatbutton/floatbutton.mdl.html index 14618c3d2..d9467b5ce 100644 --- a/@salix/core/src/floatbutton/floatbutton.mdl.html +++ b/@salix/core/src/floatbutton/floatbutton.mdl.html @@ -1,3 +1,3 @@ - \ No newline at end of file diff --git a/@salix/core/src/icon-button/icon-button.mdl.html b/@salix/core/src/icon-button/icon-button.mdl.html index 52b459664..39a1d1520 100644 --- a/@salix/core/src/icon-button/icon-button.mdl.html +++ b/@salix/core/src/icon-button/icon-button.mdl.html @@ -1,3 +1,3 @@ - \ No newline at end of file diff --git a/@salix/core/src/icon/icon.mdl.html b/@salix/core/src/icon/icon.mdl.html index 865296d9b..f4b1888dd 100644 --- a/@salix/core/src/icon/icon.mdl.html +++ b/@salix/core/src/icon/icon.mdl.html @@ -1 +1 @@ -*[icon]* +*[icon]* diff --git a/@salix/core/src/mdl-override.css b/@salix/core/src/mdl-override.css index 99a592d97..ce2515291 100644 --- a/@salix/core/src/mdl-override.css +++ b/@salix/core/src/mdl-override.css @@ -27,4 +27,9 @@ .mdl-button--raised:hover { background-color: #ffa410; +} + +.mdl-button--fab{ + color: white !important; + background-color: #ff9400 !important; } \ No newline at end of file