author | Jordan Santell <jsantell@gmail.com> |
Mon, 15 Sep 2014 10:45:00 +0200 | |
changeset 206469 | 6e195997b6848f3a0d4173030b518db3b3c29d20 |
parent 206468 | 4d9e5795ee825b797c3a9cc71b865b0ea6e90507 |
child 206470 | 4f539eec6a3edd6568f3ea685f6018aa23f34c16 |
push id | 27528 |
push user | ryanvm@gmail.com |
push date | Mon, 22 Sep 2014 19:27:54 +0000 |
treeherder | mozilla-central@d8688cafc752 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | vp |
bugs | 1066472 |
milestone | 35.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/themes/shared/devtools/webaudioeditor.inc.css | file | annotate | diff | comparison | revisions |
--- a/browser/themes/shared/devtools/webaudioeditor.inc.css +++ b/browser/themes/shared/devtools/webaudioeditor.inc.css @@ -100,34 +100,38 @@ g.edgePath.param-connection { .theme-dark .nodes g.selected rect { fill: #1d4f73; /* Select Highlight Blue */ } .theme-light .nodes g.selected rect { fill: #4c9ed9; /* Select Highlight Blue */ } -/* Text in nodes */ +/* Text in nodes and edges */ text { - cursor: pointer; + cursor: default; /* override the "text" cursor */ font-weight: 300; font-family: "Helvetica Neue", Helvetica, Arial, sans-serf; font-size: 14px; } .theme-dark text { fill: #b6babf; /* Grey foreground text */ } .theme-light text { fill: #585959; /* Grey foreground text */ } .theme-light g.selected text { fill: #f0f1f2; /* Toolbars */ } +.nodes text { + cursor: pointer; +} + /** * Inspector Styles */ #web-audio-inspector-title { margin: 6px; }