Merge pull request #11 from maximstewart/develop

Develop
This commit is contained in:
Maxim 2020-08-24 20:57:24 -05:00 committed by GitHub
commit e2014e25e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 12 deletions

View File

@ -4,8 +4,8 @@ Easy Session Manager allows you to manage your Firefox session by backing up or
# Download
https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/
# Version: 0.2.1.6
Added title toggling option.
# Version: 0.2.1.7
Added "Deselect All" button from @CRImier.
# Images

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": " Easy Session Manager",
"version": "0.2.2.6",
"version": "0.2.2.7",
"description": "Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.",
"applications": {

View File

@ -9,15 +9,8 @@ ul, li {
}
li {
margin: 0.5em 0em;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Opera and Firefox */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Opera and Firefox */
}