diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 1954e58..619b73b 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -48,15 +48,13 @@ cursor: pointer; } .top-hand .top-right .save-btn.save-already { - background-color: #2d2d2d; - border: 1px #2d2d2d; + background-color: #333; + border: 1px #333; } .top-hand .top-right .save-btn.save-already .icon { - width: 20px; height: 20px; } .top-hand .top-right .save-btn .icon { - width: 24px; height: 24px; margin-right: 5px; } diff --git a/css/contrastDetails.less b/css/contrastDetails.less index e6d65fe..5aaed07 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -55,16 +55,16 @@ cursor: pointer; &.save-already { - background-color: rgba(45, 45, 45, 1); - border: 1px rgba(45, 45, 45, 1); + background-color: #333; + border: 1px #333; .icon { - width: 20px; + // width: 20px; height: 20px; } } .icon { - width: 24px; + // width: 24px; height: 24px; margin-right: 5px; }