diff --git a/Resources/Plugins/edit-design/theme.black.css b/Resources/Plugins/edit-design/theme.black.css index 961a5aff..2f15b722 100644 --- a/Resources/Plugins/edit-design/theme.black.css +++ b/Resources/Plugins/edit-design/theme.black.css @@ -428,9 +428,8 @@ html.dark .s-minimal .mdl-header{border-bottom:1px solid #e1e8ed} html.dark .lst-launcher .top-row{border-bottom:1px solid #e1e8ed} html.dark .lst-launcher .is-disabled a,html.dark .lst-launcher .is-disabled a:hover,html.dark .lst-launcher .is-disabled a:focus,html.dark .lst-launcher .is-disabled a:active{background:#fff} html.dark .lst-launcher a:hover,html.dark .lst-launcher a:focus,html.dark .lst-launcher a:active{background:#f2f9ff;border:1px solid #bbddf5} -html.dark .lst-profile a,html.dark .lst-profile a:hover,html.dark .lst-profile a:focus,html.dark .lst-profile a:active{border:1px solid #ccd6dd;color:#657786} +html.dark .lst-profile a,html.dark .lst-profile a:hover,html.dark .lst-profile a:focus,html.dark .lst-profile a:active{color:#657786} html.dark .mdl-col-settings{background-color:#fff;border-left:1px solid #E1E8ED} -html.dark .lst-profile.l-grouped{border-top:1px solid #ccd6dd} html.dark .mdl-links{color:#8899a6} html.dark .mdl-links a{color:#8899a6} html.dark .mdl-account-shared-warning .mdl-content{background:#fff} diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css index 8cfda71d..6d9ebe7e 100644 --- a/Resources/Scripts/styles/browser.css +++ b/Resources/Scripts/styles/browser.css @@ -215,6 +215,11 @@ html[data-td-font='smallest'] .tweet-detail-wrapper .badge-verified:before { box-shadow: none !important; } +.js-add-to-customtimeline-input { + /* the custom timeline input shadow is behaving super weird when focused */ + box-shadow: none !important; +} + /***************************************************************/ /* Fix glaring visual issues that twitter hasn't fixed yet smh */ /***************************************************************/