X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Finspector%2Fviewers%2FaccessibleProps%2FaccessibleProps.css;fp=LCARStrek%2Finspector%2Fviewers%2FaccessibleProps%2FaccessibleProps.css;h=f8c52f68046bd3f4434fd67e782382f52653886a;hp=0000000000000000000000000000000000000000;hb=ef304ad92db0e356f3cf7e7c51a30584d7dbee2f;hpb=186b40a27cd5046c2ae483c4ccfcd8f00c91fa66 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; +}