Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/Toolbar.css (190747 => 190748)
--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/Toolbar.css 2015-10-08 22:08:08 UTC (rev 190747)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/Toolbar.css 2015-10-08 22:16:03 UTC (rev 190748)
@@ -114,9 +114,9 @@
margin-left: 4px;
}
-body:not(.unknown-mac) .toolbar .item.button,
-body:not(.unknown-mac) .toolbar .search-bar > input[type="search"],
-body:not(.unknown-mac) .toolbar .dashboard-container {
+body:not(.el-capitan) .toolbar .item.button,
+body:not(.el-capitan) .toolbar .search-bar > input[type="search"],
+body:not(.el-capitan) .toolbar .dashboard-container {
background-color: hsl(0, 0%, 99%);
border: 1px solid transparent;
border-top-color: hsl(0, 0%, 100%);
@@ -124,31 +124,31 @@
border-radius: 4px;
}
-body:not(.unknown-mac) .toolbar .search-bar > input[type="search"] {
+body:not(.el-capitan) .toolbar .search-bar > input[type="search"] {
box-shadow: 0 0 0 7px hsla(211, 96%, 48%, 0);
transition: box-shadow .25s cubic-bezier(0.165, 0.840, 0.440, 1) /* easeOutQuart */;
}
-body:not(.unknown-mac) .toolbar .search-bar > input[type="search"]:focus {
+body:not(.el-capitan) .toolbar .search-bar > input[type="search"]:focus {
box-shadow: hsla(0, 0%, 0%, 0.15) 0 1px 0, 0 0 0 3px hsla(211, 96%, 48%, 0.4);
}
-body:not(.unknown-mac) .toolbar .item.button:active {
+body:not(.el-capitan) .toolbar .item.button:active {
border-top-color: hsl(0, 0%, 94%);
background-color: hsl(0, 0%, 89%);
}
-body.window-inactive:not(.unknown-mac) .toolbar .item.button,
-body.window-inactive:not(.unknown-mac) .toolbar .search-bar > input[type="search"],
-body.window-inactive:not(.unknown-mac) .toolbar .dashboard-container {
+body.window-inactive:not(.el-capitan) .toolbar .item.button,
+body.window-inactive:not(.el-capitan) .toolbar .search-bar > input[type="search"],
+body.window-inactive:not(.el-capitan) .toolbar .dashboard-container {
border: 1px solid hsl(0, 0%, 86%);
background-color: hsl(0, 0%, 96%);
box-shadow: none;
}
-body.unknown-mac .toolbar .item.button,
-body.unknown-mac .toolbar .search-bar > input[type="search"],
-body.unknown-mac .toolbar .dashboard-container {
+body.el-capitan .toolbar .item.button,
+body.el-capitan .toolbar .search-bar > input[type="search"],
+body.el-capitan .toolbar .dashboard-container {
background-image: linear-gradient(hsl(0, 0%, 99%), hsl(0, 0%, 94%));
box-shadow: hsla(0, 0%, 0%, 0.3) 0 1px 1px -1px;
@@ -158,33 +158,33 @@
border-bottom-color: hsl(0, 0%, 76%);
}
-body.unknown-mac .toolbar .search-bar > input[type="search"] {
+body.el-capitan .toolbar .search-bar > input[type="search"] {
box-shadow: hsla(0, 0%, 0%, 0.3) 0 1px 1px -1px, 0 0 0 7px hsla(211, 96%, 48%, 0);
transition: box-shadow .25s cubic-bezier(0.165, 0.840, 0.440, 1) /* easeOutQuart */;
}
-body.unknown-mac .toolbar .search-bar > input[type="search"]:focus {
+body.el-capitan .toolbar .search-bar > input[type="search"]:focus {
box-shadow: hsla(0, 0%, 0%, 0.15) 0 1px 0, 0 0 0 3px hsla(211, 96%, 48%, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 2) {
- body.unknown-mac .toolbar .item.button,
- body.unknown-mac .toolbar .search-bar > input[type="search"],
- body.unknown-mac .toolbar .dashboard-container {
+ body.el-capitan .toolbar .item.button,
+ body.el-capitan .toolbar .search-bar > input[type="search"],
+ body.el-capitan .toolbar .dashboard-container {
border: 0.5px solid hsl(0, 0%, 78%);
border-top-color: hsl(0, 0%, 80%);
border-bottom-color: hsl(0, 0%, 65%);
}
}
-body.unknown-mac .toolbar .item.button:active {
+body.el-capitan .toolbar .item.button:active {
background-image: linear-gradient(hsl(0, 0%, 89%), hsl(0, 0%, 86%));
box-shadow: hsla(0, 0%, 0%, 0.3) 0 1px 1px -1px, inset 0 1px 1px -1px white;
}
-body.unknown-mac.window-inactive .toolbar .item.button,
-body.unknown-mac.window-inactive .toolbar .search-bar > input[type="search"],
-body.unknown-mac.window-inactive .toolbar .dashboard-container {
+body.el-capitan.window-inactive .toolbar .item.button,
+body.el-capitan.window-inactive .toolbar .search-bar > input[type="search"],
+body.el-capitan.window-inactive .toolbar .dashboard-container {
opacity: 0.65;
border-color: hsla(0, 0%, 0%, 0.15);
background-color: transparent;
@@ -192,9 +192,9 @@
}
@media (-webkit-min-device-pixel-ratio: 2) {
- body.unknown-mac.window-inactive .toolbar .item.button,
- body.unknown-mac.window-inactive .toolbar .search-bar > input[type="search"],
- body.unknown-mac.window-inactive .toolbar .dashboard-container {
+ body.el-capitan.window-inactive .toolbar .item.button,
+ body.el-capitan.window-inactive .toolbar .search-bar > input[type="search"],
+ body.el-capitan.window-inactive .toolbar .dashboard-container {
box-shadow: inset 0 0 1px 0 hsla(0, 0%, 0%, 0.1);
}
}