From 15305ecabed51a1de5c88fa370e934720aa4b7fd Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Thu, 12 Jul 2018 08:37:44 +0200 Subject: [PATCH] Revert TweetDeck style changes to the 'Add column' dialog Closes #233 --- Resources/Plugins/edit-design/theme.black.css | 2 +- Resources/Scripts/styles/browser.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Resources/Plugins/edit-design/theme.black.css b/Resources/Plugins/edit-design/theme.black.css index 0f7a077c..1097c002 100644 --- a/Resources/Plugins/edit-design/theme.black.css +++ b/Resources/Plugins/edit-design/theme.black.css @@ -391,7 +391,7 @@ html.dark .mdl-column-rhs{border-left:1px solid #ccd6dd;background:#fff} 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-launcher a:hover,html.dark .lst-launcher a:focus,html.dark .lst-launcher a:active{background:#f2f9ff} 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 .mdl-links{color:#8899a6} diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css index e258c591..1cff9e19 100644 --- a/Resources/Scripts/styles/browser.css +++ b/Resources/Scripts/styles/browser.css @@ -100,6 +100,15 @@ button { margin-bottom: 0 !important; } +#tduck .lst-launcher a { + border: 1px solid transparent !important; + transform: none !important; +} + +#tduck .lst-launcher a:hover, #tduck .lst-launcher a:focus, #tduck .lst-launcher a:active { + border-color: #bbddf5 !important; +} + /***********************/ /* Hide TweetDeck logo */ /***********************/