X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Finspector%2Fviewers%2FaccessibleTree%2FaccessibleTree.css;fp=EarlyBlue%2Finspector%2Fviewers%2FaccessibleTree%2FaccessibleTree.css;h=2791244a10f6e3832ff9fbff2ab6d77cf85dea6e;hp=0000000000000000000000000000000000000000;hb=eb209bcc1ebfe09d3b13e471701d727b4494091e;hpb=5462883510c31ac70246b2f0e2c840dd35dfd940 diff --git a/EarlyBlue/inspector/viewers/accessibleTree/accessibleTree.css b/EarlyBlue/inspector/viewers/accessibleTree/accessibleTree.css new file mode 100644 index 00000000..2791244a --- /dev/null +++ b/EarlyBlue/inspector/viewers/accessibleTree/accessibleTree.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"); + +treechildren::-moz-tree-row(highlight) { + background-color: #FFEECC; +} + +treechildren::-moz-tree-row(selected, highlight) { + background-color: #339999; +} + +treechildren::-moz-tree-cell-text(selected, highlight) { + color: #FFFFFF; +} + +treechildren::-moz-tree-cell-text(grayout) { + color: #808080; + font-weight: bold; +}