From: Robert Kaiser Date: Fri, 8 Mar 2013 12:59:00 +0000 (+0100) Subject: adapt both themes for inspector classic changes in SeaMonkey 2.17 cycle X-Git-Tag: LCARStrek-2.17~6 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=ef304ad92db0e356f3cf7e7c51a30584d7dbee2f adapt both themes for inspector classic changes in SeaMonkey 2.17 cycle --- 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; +}