From 5730cef62988a880c3a0bd1a87621771dcb6ed20 Mon Sep 17 00:00:00 2001 From: Prema Date: Fri, 16 Aug 2019 18:11:15 +0530 Subject: [PATCH 1/2] UI cahgnes --- src/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 2948e75..b23349d 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -686,6 +686,7 @@ body.dark_theme { -o-animation: yellowfade 5s ; } .news_desc .bg-white{padding-top: 100px;} +.langbut option:disabled{background-color: #f7f7f9; color: rgba(0,0,0,.2) } .sk-cube-grid { width: 40px; height: 40px; From 8f230cb821252163ec7ebb40b12317632794834f Mon Sep 17 00:00:00 2001 From: Prema Date: Fri, 16 Aug 2019 18:16:51 +0530 Subject: [PATCH 2/2] UI changes --- src/assets/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index b23349d..c5bfb89 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -25,6 +25,8 @@ a:focus { text-decoration: none; outline: none; } +.langbut option:disabled{background-color: #f7f7f9; color: rgba(0,0,0,.2) } + @media (min-width: 1200px) { .container { max-width: 1170px; @@ -671,6 +673,7 @@ body.dark_theme { .dark_theme .difficulty_datas .day60_txt{color: #fff;} .dark_theme .legendtext{fill: rgb(255, 255, 255) !important;} .dark_theme .background_loading{background: #384566;background-image: linear-gradient( to right, #384566 0%, #27314b 20%, #384566 40%, #384566 100% );} +.dark_theme .langbut option:disabled { background-color: #384566; color: rgba(255,255,255,.2);} @keyframes yellowfade { from { background: white; @@ -686,7 +689,6 @@ body.dark_theme { -o-animation: yellowfade 5s ; } .news_desc .bg-white{padding-top: 100px;} -.langbut option:disabled{background-color: #f7f7f9; color: rgba(0,0,0,.2) } .sk-cube-grid { width: 40px; height: 40px;