Title: [99150] trunk/Source/WebCore
- Revision
- 99150
- Author
- [email protected]
- Date
- 2011-11-03 02:07:21 -0700 (Thu, 03 Nov 2011)
Log Message
Web Inspector: Allow the toolbar background to be transparent on mac platforms when remote
https://bugs.webkit.org/show_bug.cgi?id=71437
Patch by Joseph Pecoraro <[email protected]> on 2011-11-03
Reviewed by Yury Semikhatsky.
* inspector/front-end/inspector.css:
(body.detached.platform-mac-snowleopard #toolbar):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (99149 => 99150)
--- trunk/Source/WebCore/ChangeLog 2011-11-03 08:54:30 UTC (rev 99149)
+++ trunk/Source/WebCore/ChangeLog 2011-11-03 09:07:21 UTC (rev 99150)
@@ -1,3 +1,13 @@
+2011-11-03 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Allow the toolbar background to be transparent on mac platforms when remote
+ https://bugs.webkit.org/show_bug.cgi?id=71437
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/front-end/inspector.css:
+ (body.detached.platform-mac-snowleopard #toolbar):
+
2011-11-02 Adam Barth <[email protected]>
CSP should handle empty URLs as agreed at TPAC
Modified: trunk/Source/WebCore/inspector/front-end/inspector.css (99149 => 99150)
--- trunk/Source/WebCore/inspector/front-end/inspector.css 2011-11-03 08:54:30 UTC (rev 99149)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css 2011-11-03 09:07:21 UTC (rev 99150)
@@ -58,8 +58,8 @@
border-bottom: 1px solid rgb(64%, 64%, 64%);
}
-body.detached.platform-mac-leopard:not(.remote) #toolbar,
-body.detached.platform-mac-snowleopard:not(.remote) #toolbar {
+body.detached.platform-mac-leopard #toolbar,
+body.detached.platform-mac-snowleopard #toolbar {
background: transparent;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes