From adc1f3faeea14c0b624a0d52faf9351bc581f35c Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Mon, 24 Aug 2020 20:54:08 -0500 Subject: [PATCH] Version bump, README, and CSS update --- README.md | 4 ++-- src/manifest.json | 2 +- src/styles/styles.css | 11 ++--------- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index db51bc4..eab369d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/manifest.json b/src/manifest.json index f388b5a..f996081 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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": { diff --git a/src/styles/styles.css b/src/styles/styles.css index 50e5c91..6f8b5d3 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -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 */ }