summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/inspector.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/inspector.css')
-rw-r--r--WebCore/inspector/front-end/inspector.css32
1 files changed, 12 insertions, 20 deletions
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index 3292d8d..51d626a 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -1626,10 +1626,6 @@ body.inactive .sidebar {
content: url(Images/domStorage.png);
}
-.cookie-sidebar-tree-item .icon {
- content: url(Images/cookie.png);
-}
-
#storage-views {
position: absolute;
top: 0;
@@ -1789,14 +1785,6 @@ body.inactive .sidebar {
overflow: hidden;
}
-.data-grid .centered div {
- text-align: center;
-}
-
-.data-grid .right div {
- text-align: right;
-}
-
.data-grid th.sortable div {
position: relative;
}
@@ -2103,7 +2091,7 @@ button.enable-toggle-status-bar-item.toggled-on .glyph {
-webkit-mask-image: url(Images/enableSolidButtonGlyph.png);
}
-.scripts-pause-on-exceptions-status-bar-item .glyph {
+#scripts-pause-on-exceptions-status-bar-item .glyph {
-webkit-mask-image: url(Images/pauseOnExceptionButtonGlyph.png);
}
@@ -2221,7 +2209,7 @@ button.enable-toggle-status-bar-item.toggled-on .glyph {
overflow: auto;
}
-.resources-larger-resources-status-bar-item .glyph {
+#resources-larger-resources-status-bar-item .glyph {
-webkit-mask-image: url(Images/largerResourcesButtonGlyph.png);
}
@@ -3105,16 +3093,16 @@ body.inactive .sidebar-tree-item.selected .bubble.search-matches {
button.enable-toggle-status-bar-item .glyph {
}
-.record-profile-status-bar-item .glyph {
+#record-profile-status-bar-item .glyph {
-webkit-mask-image: url(Images/recordButtonGlyph.png);
}
-.record-profile-status-bar-item.toggled-on .glyph {
+#record-profile-status-bar-item.toggled-on .glyph {
-webkit-mask-image: url(Images/recordToggledButtonGlyph.png);
- background-color: rgb(216, 0, 0) !important;
+ background-color: rgb(216, 0, 0);
}
-.node-search-status-bar-item .glyph {
+#node-search-status-bar-item .glyph {
-webkit-mask-image: url(Images/nodeSearchButtonGlyph.png);
}
@@ -3148,8 +3136,12 @@ button.enable-toggle-status-bar-item .glyph {
margin-left: -1px;
}
-.refresh-storage-status-bar-item .glyph {
- -webkit-mask-image: url(Images/reloadButtonGlyph.png);
+.refresh-storage-status-bar-item {
+ background-image: url(Images/reloadButtons.png) !important;
+}
+
+.refresh-storage-status-bar-item:active {
+ background-position: 32px 0;
}
#storage-view-status-bar-items {