From 15ba91d64776c318b4d598e9044cfc776b6a6bc9 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Thu, 8 Mar 2018 09:06:50 -0700 Subject: [PATCH] remove line in contains pr #81 --- .../webextension-tweaks/multi_account_containers.css | 7 ++----- userContent.css | 3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/userContent-files/webextension-tweaks/multi_account_containers.css b/userContent-files/webextension-tweaks/multi_account_containers.css index 018ca2f..90ccee9 100644 --- a/userContent-files/webextension-tweaks/multi_account_containers.css +++ b/userContent-files/webextension-tweaks/multi_account_containers.css @@ -81,12 +81,9 @@ background: var(--tone-7)!important; color: var(--tone-4)!important } - - /* Remove line between "Edit Containers" and "+" */ -.edit-containers-text { - border-inline-end: solid 0px #d8d8d8 !important; + .edit-containers-text { + border-inline-end: solid 0 #d8d8d8!important } - } /*! Alters the webextension Multi-Account Containers IMPORTANT: change the Internal UUID in BOTH locations */ diff --git a/userContent.css b/userContent.css index 5f88bb6..4fab8e5 100644 --- a/userContent.css +++ b/userContent.css @@ -1130,6 +1130,9 @@ url-prefix(https://discovery.addons.mozilla.org) { background: var(--tone-7)!important; color: var(--tone-4)!important } + .edit-containers-text { + border-inline-end: solid 0 #d8d8d8!important + } } /*! Alters the webextension Multi-Account Containers IMPORTANT: change the Internal UUID in BOTH locations */