Bug 1384799 - Allow the version string in Preferences to be selected and copied. r?gijs draft
authorJared Wein <jwein@mozilla.com>
Thu, 14 Sep 2017 19:15:14 -0400
changeset 665120 4a2fb9682bffe506f007ed6d162bdf7cbe0c6671
parent 663831 1888ec2f277f6bb26271b8808e08914a21db9efe
child 731659 b5ffde81c2c93d4ae54fb62e966049133ec48497
push id79934
push userbmo:jaws@mozilla.com
push dateThu, 14 Sep 2017 23:15:33 +0000
reviewersgijs
bugs1384799
milestone57.0a1
Bug 1384799 - Allow the version string in Preferences to be selected and copied. r?gijs MozReview-Commit-ID: F2p9BRGk22B
browser/themes/shared/incontentprefs/preferences.inc.css
--- a/browser/themes/shared/incontentprefs/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs/preferences.inc.css
@@ -726,8 +726,13 @@ menulist[indicator=true] > menupopup men
   margin-top: 64px;
 }
 
 .no-results-container > image {
   list-style-image: url("chrome://browser/skin/preferences/in-content/no-search-results.svg");
   width: 380px;
   height: 293px;
 }
+
+#version {
+  -moz-user-focus: normal;
+  cursor: text;
+}