diff options
author | Horst3180 | 2015-11-04 14:53:46 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-04 14:53:46 +0100 |
commit | 4931dbf456a64c61875220987fca84c6c08819df (patch) | |
tree | 8cf332df0ad04b762609967eaf4676f4d2dbb015 /arc-firefox-theme/chrome/browser/devtools/markup-view.css | |
parent | 6a97eaa3348de211ed7ca18f34edee6661515df4 (diff) | |
download | solarc-firefox-theme-4931dbf456a64c61875220987fca84c6c08819df.tar.gz solarc-firefox-theme-4931dbf456a64c61875220987fca84c6c08819df.tar.xz solarc-firefox-theme-4931dbf456a64c61875220987fca84c6c08819df.zip |
update to 43.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devtools/markup-view.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/devtools/markup-view.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/devtools/markup-view.css b/arc-firefox-theme/chrome/browser/devtools/markup-view.css index e1912d8..fb3d958 100644 --- a/arc-firefox-theme/chrome/browser/devtools/markup-view.css +++ b/arc-firefox-theme/chrome/browser/devtools/markup-view.css @@ -15,6 +15,18 @@ border: 1px solid #CCC; } +/* Draw a circle next to nodes that have a pseudo class lock. + Center vertically with the 1.4em line height on .tag-line */ +.child.pseudoclass-locked::before { + content: ""; + background: var(--theme-highlight-lightorange); + border-radius: 50%; + width: .8em; + height: .8em; + margin-top: .3em; + left: 1px; + position: absolute; +} /* Selected nodes in the tree should have light selected text. theme-selected doesn't work in this case since the text is a |