From ded47fc96fda3df163c3177e93bef55aee299c7a Mon Sep 17 00:00:00 2001 From: arnaucode Date: Tue, 5 Jun 2018 16:14:50 +0200 Subject: [PATCH] update --- README.md | 4 ++-- colors.css | 30 +++++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 275884f..d19bcd0 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ## Install with npm ``` -npm install --save cssMaterialColors +npm install --save cssmaterialcolors ``` Add to the index.html: ```html - + ``` ## Install with bower diff --git a/colors.css b/colors.css index 98fff16..04fb865 100755 --- a/colors.css +++ b/colors.css @@ -231,6 +231,11 @@ border: 2px solid #7986CB!important; color: #7986CB!important; } +.c_o_indigo300:hover{ + background: #7986CB!important; + border: 2px solid #7986CB!important; + color: #ffffff!important; +} .c_indigoG500to300{ background: -moz-linear-gradient(219deg, #7986CB 0%, #3F51B5 100%)!important; /* ff3.6+ */ @@ -340,7 +345,21 @@ border: 2px solid #4DD0E1!important; color: #4DD0E1!important; } - +.c_o_cyan400{ + background: rgba(0, 0, 0, 0)!important; + border: 2px solid #26C6DA!important; + color: #4DD0E1!important; +} +.c_o_cyan500{ + background: rgba(0, 0, 0, 0)!important; + border: 2px solid #00BCD4!important; + color: #4DD0E1!important; +} +.c_o_cyan600{ + background: rgba(0, 0, 0, 0)!important; + border: 2px solid #00ACC1!important; + color: #4DD0E1!important; +} .ct_cyan500{ color: #00BCD4!important; @@ -353,6 +372,15 @@ background: -webkit-linear-gradient(left, #00BCD4 0%,#4DD0E1 100%)!important; background: linear-gradient(to right, #00BCD4 0%,#4DD0E1 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BCD4', endColorstr='#4DD0E1',GradientType=1 )!important; + color: #ffffff!important; +} +.c_cyanG300to500{ + background: #4DD0E1!important; + background: -moz-linear-gradient(left, #4DD0E1 0%, #00BCD4 100%)!important; + background: -webkit-linear-gradient(left, #4DD0E1 0%,#00BCD4 100%)!important; + background: linear-gradient(to right, #4DD0E1 0%,#00BCD4 100%)!important; + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DD0E1', endColorstr='#00BCD4',GradientType=1 )!important; + color: #ffffff!important; }