remove line in contains pr #81

This commit is contained in:
overdodactyl 2018-03-08 09:06:50 -07:00
parent 1253f93c01
commit 15ba91d647
2 changed files with 5 additions and 5 deletions

View File

@ -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 */

View File

@ -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 */