OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * | 8 * |
9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
938 } | 938 } |
939 | 939 |
940 body.platform-linux .monospace, | 940 body.platform-linux .monospace, |
941 body.platform-linux .source-code { | 941 body.platform-linux .source-code { |
942 font-size: 11px !important; | 942 font-size: 11px !important; |
943 font-family: dejavu sans mono, monospace; | 943 font-family: dejavu sans mono, monospace; |
944 } | 944 } |
945 | 945 |
946 .console-status-bar { | 946 .console-status-bar { |
947 flex: 0 0 24px; | 947 flex: 0 0 24px; |
948 border-bottom: 1px solid rgb(230,230,230); | 948 overflow: hidden; |
| 949 } |
| 950 |
| 951 .console-filters-header { |
| 952 flex: 0 0 23px; |
949 overflow: hidden; | 953 overflow: hidden; |
950 } | 954 } |
951 | 955 |
952 #console-messages { | 956 #console-messages { |
| 957 border-top: 1px solid rgb(230,230,230); |
953 flex: 1 1; | 958 flex: 1 1; |
954 padding: 2px 0; | 959 padding: 2px 0; |
955 overflow-y: auto; | 960 overflow-y: auto; |
956 word-wrap: break-word; | 961 word-wrap: break-word; |
957 -webkit-user-select: text; | 962 -webkit-user-select: text; |
958 } | 963 } |
959 | 964 |
960 #console-prompt { | 965 #console-prompt { |
961 clear: right; | 966 clear: right; |
962 position: relative; | 967 position: relative; |
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1938 } | 1943 } |
1939 | 1944 |
1940 button.enable-toggle-status-bar-item.toggled-on .glyph { | 1945 button.enable-toggle-status-bar-item.toggled-on .glyph { |
1941 -webkit-mask-position: -96px -24px; | 1946 -webkit-mask-position: -96px -24px; |
1942 } | 1947 } |
1943 | 1948 |
1944 #console-messages.console-filter-top { | 1949 #console-messages.console-filter-top { |
1945 margin-top: 23px; | 1950 margin-top: 23px; |
1946 } | 1951 } |
1947 | 1952 |
1948 .scope-bar { | |
1949 line-height: 19px; | |
1950 padding-right: 10px; | |
1951 overflow: hidden; | |
1952 } | |
1953 | |
1954 .scope-bar li { | |
1955 display: inline-block; | |
1956 margin: 0 2px; | |
1957 padding: 2px 6px; | |
1958 line-height: 12px; | |
1959 background: transparent; | |
1960 text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0; | |
1961 border-radius: 8px; | |
1962 vertical-align: middle; | |
1963 } | |
1964 | |
1965 .scope-bar-divider { | |
1966 background-color: rgba(0, 0, 0, 0.4); | |
1967 height: 16px; | |
1968 width: 1px; | |
1969 vertical-align: middle; | |
1970 display: inline-block; | |
1971 } | |
1972 | |
1973 .scope-bar li.selected, | |
1974 .scope-bar li:hover, | |
1975 .scope-bar li:active { | |
1976 color: white; | |
1977 text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0; | |
1978 } | |
1979 | |
1980 .scope-bar li.all { | |
1981 margin: 0 8px; | |
1982 } | |
1983 | |
1984 .scope-bar li:hover { | |
1985 background: rgba(0, 0, 0, 0.2); | |
1986 } | |
1987 | |
1988 .scope-bar li.selected { | |
1989 background: rgba(0, 0, 0, 0.3); | |
1990 } | |
1991 | |
1992 .scope-bar li:active { | |
1993 background: rgba(0, 0, 0, 0.5); | |
1994 } | |
1995 | |
1996 | |
1997 .console-warning-level.repeated-message, | 1953 .console-warning-level.repeated-message, |
1998 .console-error-level.repeated-message, | 1954 .console-error-level.repeated-message, |
1999 .console-log-level.repeated-message, | 1955 .console-log-level.repeated-message, |
2000 .console-debug-level.repeated-message{ | 1956 .console-debug-level.repeated-message{ |
2001 display: -webkit-flex; | 1957 display: -webkit-flex; |
2002 } | 1958 } |
2003 | 1959 |
2004 .console-user-command-result { | 1960 .console-user-command-result { |
2005 display: block; | 1961 display: block; |
2006 } | 1962 } |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2302 margin-left: 7px; | 2258 margin-left: 7px; |
2303 border-right: 1px solid #CCC; | 2259 border-right: 1px solid #CCC; |
2304 } | 2260 } |
2305 | 2261 |
2306 .storage-application-cache-status, | 2262 .storage-application-cache-status, |
2307 .storage-application-cache-connectivity { | 2263 .storage-application-cache-connectivity { |
2308 position: relative; | 2264 position: relative; |
2309 top: 4px; | 2265 top: 4px; |
2310 } | 2266 } |
2311 | 2267 |
2312 .status-bar-items { | |
2313 position: absolute; | |
2314 top: 0; | |
2315 bottom: 0; | |
2316 left: 0; | |
2317 overflow: hidden; | |
2318 border-left: 1px solid rgb(184, 184, 184); | |
2319 margin-left: -1px; | |
2320 } | |
2321 | |
2322 .node-search-status-bar-item .glyph { | 2268 .node-search-status-bar-item .glyph { |
2323 -webkit-mask-position: -224px -24px; | 2269 -webkit-mask-position: -224px -24px; |
2324 } | 2270 } |
2325 | 2271 |
2326 .delete-storage-status-bar-item .glyph { | 2272 .delete-storage-status-bar-item .glyph { |
2327 -webkit-mask-position: -128px 0; | 2273 -webkit-mask-position: -128px 0; |
2328 } | 2274 } |
2329 | 2275 |
2330 .clear-storage-status-bar-item .glyph { | 2276 .clear-storage-status-bar-item .glyph { |
2331 -webkit-mask-position: -64px 0; | 2277 -webkit-mask-position: -64px 0; |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 } | 2863 } |
2918 | 2864 |
2919 .progress-bar-container button.status-bar-item { | 2865 .progress-bar-container button.status-bar-item { |
2920 border-left: none; | 2866 border-left: none; |
2921 margin-top: 1px; | 2867 margin-top: 1px; |
2922 } | 2868 } |
2923 | 2869 |
2924 .elements-tree-outline li.parent::before { | 2870 .elements-tree-outline li.parent::before { |
2925 top: 0 !important; | 2871 top: 0 !important; |
2926 } | 2872 } |
OLD | NEW |