| Index: chrome_linux/resources/inspector/inspector.css
|
| ===================================================================
|
| --- chrome_linux/resources/inspector/inspector.css (revision 229864)
|
| +++ chrome_linux/resources/inspector/inspector.css (working copy)
|
| @@ -13,13 +13,12 @@
|
| -webkit-flex-direction: column;
|
|
|
| background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E9E9E9), to(#CFCFCF));
|
| + font-size: 11px;
|
| + font-family: 'Lucida Grande', sans-serif;
|
| }
|
|
|
| .dialog-contents {
|
| width: 100%;
|
| -}
|
| -
|
| -.go-to-line-dialog {
|
| font-size: 11px;
|
| font-family: 'Lucida Grande', sans-serif;
|
| }
|
| @@ -46,7 +45,6 @@
|
| background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
|
| }
|
|
|
| -
|
| /* inspector.css */
|
|
|
| /*
|
| @@ -545,14 +543,6 @@
|
| cursor: default;
|
| }
|
|
|
| -#root {
|
| - position: absolute;
|
| - top: 0;
|
| - left: 0;
|
| - right: 0;
|
| - bottom: 0;
|
| -}
|
| -
|
| #main {
|
| position: absolute;
|
| z-index: 1;
|
| @@ -895,10 +885,6 @@
|
| -webkit-mask-position: -64px -24px;
|
| }
|
|
|
| -.screencast-status-bar-item .glyph {
|
| - -webkit-mask-position: -256px -96px;
|
| -}
|
| -
|
| .clear-status-bar-item .glyph {
|
| -webkit-mask-position: -64px 0;
|
| }
|
| @@ -2492,16 +2478,6 @@
|
| background-color: rgb(255, 255, 194);
|
| }
|
|
|
| -.source-frame-stepin-mark {
|
| - text-decoration: underline;
|
| - background-color: #bfccfe;
|
| -}
|
| -
|
| -.source-frame-stepin-mark-highlighted {
|
| - text-decoration: underline;
|
| - background-color: #698cfe;
|
| -}
|
| -
|
| .workers-list {
|
| list-style: none;
|
| margin: 0;
|
| @@ -2848,7 +2824,7 @@
|
| background-color: rgb(216, 0, 0) !important;
|
| }
|
|
|
| -.empty-view,
|
| +.storage-empty-view,
|
| .storage-view .storage-table-error {
|
| position: absolute;
|
| top: 0;
|
| @@ -3331,32 +3307,86 @@
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| -.cm-js-keyword {color: rgb(170, 13, 145);}
|
| -.cm-js-number {color: rgb(28, 0, 207);}
|
| -.cm-js-comment {color: rgb(0, 116, 0);}
|
| -.cm-js-string {color: rgb(196, 26, 22);}
|
| -.cm-js-string-2 {color: rgb(196, 26, 22);}
|
|
|
| -.cm-css-keyword { color: rgb(7, 144, 154);}
|
| -.cm-css-number {color: rgb(50, 0, 255);}
|
| -.cm-css-comment {color: rgb(0, 116, 0);}
|
| -.cm-css-def {color: rgb(200, 0, 0);}
|
| -.cm-css-meta {color: rgb(200, 0, 0);}
|
| -.cm-css-atom {color: rgb(7, 144, 154);}
|
| -.cm-css-string {color: rgb(7, 144, 154);}
|
| -.cm-css-string-2 {color: rgb(7, 144, 154);}
|
| -.cm-css-link {color: rgb(7, 144, 154);}
|
| -.cm-css-variable {color: rgb(200, 0, 0);}
|
| -.cm-css-variable-2 {color: rgb(0, 0, 128);}
|
| -.cm-css-property, .webkit-css-property {color: rgb(200, 0, 0);}
|
| +.webkit-css-comment {
|
| + color: rgb(0, 116, 0);
|
| +}
|
|
|
| -.cm-xml-meta {color: rgb(192, 192, 192);}
|
| -.cm-xml-comment {color: rgb(35, 110, 37);}
|
| -.cm-xml-string {color: rgb(26, 26, 166);}
|
| -.cm-xml-tag {color: rgb(136, 18, 128);}
|
| -.cm-xml-attribute {color: rgb(153, 69, 0);}
|
| -.cm-xml-link {color: #00e;}
|
| +.webkit-css-url,
|
| +.webkit-css-color,
|
| +.webkit-css-string,
|
| +.webkit-css-keyword {
|
| + color: rgb(7, 144, 154);
|
| + }
|
|
|
| +.webkit-css-number {
|
| + color: rgb(50, 0, 255);
|
| +}
|
| +
|
| +.webkit-css-property,
|
| +.webkit-css-at-rule {
|
| + color: rgb(200, 0, 0);
|
| +}
|
| +
|
| +.webkit-css-selector {
|
| + color: #222;
|
| +}
|
| +
|
| +.webkit-css-bang-keyword {
|
| + color: rgb(200, 0, 180);
|
| +}
|
| +
|
| +.webkit-javascript-undef {
|
| + color: rgb(123, 123, 123);
|
| +}
|
| +
|
| +.webkit-javascript-comment {
|
| + color: rgb(0, 116, 0);
|
| +}
|
| +
|
| +.webkit-javascript-keyword {
|
| + color: rgb(170, 13, 145);
|
| +}
|
| +
|
| +.webkit-javascript-number {
|
| + color: rgb(28, 0, 207);
|
| +}
|
| +
|
| +.webkit-javascript-string,
|
| +.webkit-javascript-regexp {
|
| + color: rgb(196, 26, 22);
|
| +}
|
| +
|
| +.webkit-javascript-ident {
|
| + color: #222;
|
| +}
|
| +
|
| +.webkit-whitespace-1::before {
|
| + content: "·";
|
| +}
|
| +
|
| +.webkit-whitespace-2::before {
|
| + content: "··";
|
| +}
|
| +
|
| +.webkit-whitespace-4::before {
|
| + content: "····";
|
| +}
|
| +
|
| +.webkit-whitespace-8::before {
|
| + content: "········";
|
| +}
|
| +
|
| +.webkit-whitespace-16::before {
|
| + content: "················";
|
| +}
|
| +
|
| +.webkit-whitespace::before {
|
| + position: absolute;
|
| + pointer-events: none;
|
| + color: rgb(175, 175, 175);
|
| +}
|
| +
|
| .webkit-html-comment {
|
| /* Keep this in sync with view-source.css (.webkit-html-comment) */
|
| color: rgb(35, 110, 37);
|
| @@ -4025,14 +4055,6 @@
|
| cursor: default;
|
| }
|
|
|
| -#root {
|
| - position: absolute;
|
| - top: 0;
|
| - left: 0;
|
| - right: 0;
|
| - bottom: 0;
|
| -}
|
| -
|
| #main {
|
| position: absolute;
|
| z-index: 1;
|
| @@ -4375,10 +4397,6 @@
|
| -webkit-mask-position: -64px -24px;
|
| }
|
|
|
| -.screencast-status-bar-item .glyph {
|
| - -webkit-mask-position: -256px -96px;
|
| -}
|
| -
|
| .clear-status-bar-item .glyph {
|
| -webkit-mask-position: -64px 0;
|
| }
|
| @@ -5972,16 +5990,6 @@
|
| background-color: rgb(255, 255, 194);
|
| }
|
|
|
| -.source-frame-stepin-mark {
|
| - text-decoration: underline;
|
| - background-color: #bfccfe;
|
| -}
|
| -
|
| -.source-frame-stepin-mark-highlighted {
|
| - text-decoration: underline;
|
| - background-color: #698cfe;
|
| -}
|
| -
|
| .workers-list {
|
| list-style: none;
|
| margin: 0;
|
| @@ -6328,7 +6336,7 @@
|
| background-color: rgb(216, 0, 0) !important;
|
| }
|
|
|
| -.empty-view,
|
| +.storage-empty-view,
|
| .storage-view .storage-table-error {
|
| position: absolute;
|
| top: 0;
|
|
|