Version bump, README, and CSS update

pull/11/head
Maxim Stewart 4 years ago
parent 659e555992
commit adc1f3faee

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

@ -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": {

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

Loading…
Cancel
Save