From f5e3b34f3067271844ea4e3d8cbe197cb320d1de Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Thu, 31 Aug 2017 16:03:38 +0200 Subject: [PATCH] Tweak border radius on inputs in column settings and custom timelines --- Resources/Scripts/code.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index fab0b2ac..195a7301 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -767,8 +767,8 @@ addRule(".txt-base-smallest .sprite-verified-mini { width: 13px !important; height: 13px !important; background-position: -223px -99px !important; }"); // fix cut off badge icon when zoomed in addRule(".txt-base-smallest .badge-verified:before { width: 13px !important; height: 13px !important; background-position: -223px -98px !important; }"); // fix cut off badge icon in notifications - addRule(".btn, .mdl, .mdl-content, .app-search-fake, .app-search-input, .popover, .lst-modal, .media-item, .media-preview, .tooltip-inner { border-radius: 1px !important; }"); // square-ify buttons, inputs, dialogs, menus, media previews - addRule(".compose-text-container, .dropdown-menu, .list-item-last, .quoted-tweet { border-radius: 0 !important; }"); // square-ify dropdowns, quoted tweets, and account selectors + addRule(".btn, .mdl, .mdl-content, .app-search-fake, .app-search-input, .popover, .lst-modal, .media-item, .media-preview, .tooltip-inner { border-radius: 1px !important; }"); // square-ify buttons, dialogs, menus, media previews + addRule(".compose-text-container, .dropdown-menu, .list-item-last, .quoted-tweet, .input-group-button, input, textarea, select { border-radius: 0 !important; }"); // square-ify dropdowns, inputs, quoted tweets, and account selectors addRule(".prf-header { border-radius: 0; }"); // fix user account header border addRule(".accs li, .accs img { border-radius: 0 !important; }"); // square-ify retweet account selector