From 2d554d0086d408a6cd231868b8a9476db3f14b9a Mon Sep 17 00:00:00 2001 From: Alexei Stukov Date: Sun, 30 Apr 2017 05:25:59 +0300 Subject: [PATCH] BD Blue add friend button bg --- css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 28b3792..c9a9a0d 100644 --- a/css/main.css +++ b/css/main.css @@ -2068,7 +2068,7 @@ .bd-blue .theme-dark #friends .friends-header .tab-bar .tab-bar-item.selected .badge {background-color: #3a71c1;} .bd-blue .theme-dark #friends .friends-header .tab-bar .tab-bar-item.tab-bar-item-primary {background-color: #3a71c1;} .bd-blue .theme-dark #friends .friends-header .tab-bar .tab-bar-item.tab-bar-item-primary .badge {color: #3a71c1} -.bd-blue .theme-dark #friends .friends-header .tab-bar .tab-bar-item.tab-bar-item-primary.selected {color: #3a71c1} +.bd-blue .theme-dark #friends .friends-header .tab-bar .tab-bar-item.tab-bar-item-primary.selected {color: #3a71c1; background-color:#fff; } .bd-blue .theme-dark #friends .friends-header .tab-bar .tab-bar-item.tab-bar-item-primary.selected .badge {background-color: #3a71c1;} .bd-blue .private-channels .search-result:hover:before {border-left: 2px solid #3a71c1;} .bd-blue .private-channels .channel.selected .icon-friends {background-color: #3a71c1} @@ -2106,3 +2106,5 @@ .bd-blue .ui-switch-wrapper:not(.disabled):not(.clear):hover .ui-switch-checkbox:checked+.ui-switch { background: #3f79ce; } .bd-blue *[style*="border-color: rgb(114, 137, 218)"] { border-color: #3a71c1 !important; } .bd-blue *[style*="background-color: rgb(114, 137, 218)"] { background-color: #3a71c1 !important; } + +