From ef304ad92db0e356f3cf7e7c51a30584d7dbee2f Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 8 Mar 2013 13:59:00 +0100 Subject: [PATCH 1/1] adapt both themes for inspector classic changes in SeaMonkey 2.17 cycle --- .../accessibleProps/accessibleProps.css | 22 +++++++++++++++++++ .../accessibleProps/accessibleProps.css | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 EarlyBlue/inspector/viewers/accessibleProps/accessibleProps.css create mode 100644 LCARStrek/inspector/viewers/accessibleProps/accessibleProps.css diff --git a/EarlyBlue/inspector/viewers/accessibleProps/accessibleProps.css b/EarlyBlue/inspector/viewers/accessibleProps/accessibleProps.css new file mode 100644 index 00000000..57d681e5 --- /dev/null +++ b/EarlyBlue/inspector/viewers/accessibleProps/accessibleProps.css @@ -0,0 +1,22 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@import url("chrome://inspector/skin"); + +.textAttrsTextRange { + border-bottom: medium dotted #9999CC; + padding: 7px; + border-bottom-left-radius: 16px; + border-bottom-right-radius: 16px; + line-height: 250%; + margin: 2px; +} + +.textAttrsTextRange:hover { + border-bottom: medium dotted #FF0000; +} + +.textAttrsTextRange[selected] { + border-bottom: medium groove #336699; +} diff --git a/LCARStrek/inspector/viewers/accessibleProps/accessibleProps.css b/LCARStrek/inspector/viewers/accessibleProps/accessibleProps.css new file mode 100644 index 00000000..f8c52f68 --- /dev/null +++ b/LCARStrek/inspector/viewers/accessibleProps/accessibleProps.css @@ -0,0 +1,22 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@import url("chrome://inspector/skin"); + +.textAttrsTextRange { + border-bottom: medium dotted #9C9CFF; + padding: 7px; + border-bottom-left-radius: 16px; + border-bottom-right-radius: 16px; + line-height: 250%; + margin: 2px; +} + +.textAttrsTextRange:hover { + border-bottom: medium dotted #FF0000; +} + +.textAttrsTextRange[selected] { + border-bottom: medium groove #008484; +} -- 2.35.3