Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: skin/devtools-panel.css

Issue 29401586: Issue 5091 - Add WebRTC request type to devtools interface (Closed)
Patch Set: Created April 3, 2017, 10:49 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « devtools-panel.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 * 1 *
2 { 2 {
3 font-family: 'Lucida Grande', 'Segoe UI', Ubuntu, Tahoma, Arial, sans-serif; 3 font-family: 'Lucida Grande', 'Segoe UI', Ubuntu, Tahoma, Arial, sans-serif;
4 font-size: 11px; 4 font-size: 11px;
5 box-sizing: border-box; 5 box-sizing: border-box;
6 } 6 }
7 7
8 html 8 html
9 { 9 {
10 height: 100%; 10 height: 100%;
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 #items[data-filter-type=IMAGE] tr:not([data-type=IMAGE]), 135 #items[data-filter-type=IMAGE] tr:not([data-type=IMAGE]),
136 #items[data-filter-type=STYLESHEET] tr:not([data-type=STYLESHEET]), 136 #items[data-filter-type=STYLESHEET] tr:not([data-type=STYLESHEET]),
137 #items[data-filter-type=SCRIPT] tr:not([data-type=SCRIPT]), 137 #items[data-filter-type=SCRIPT] tr:not([data-type=SCRIPT]),
138 #items[data-filter-type=OBJECT] tr:not([data-type=OBJECT]), 138 #items[data-filter-type=OBJECT] tr:not([data-type=OBJECT]),
139 #items[data-filter-type=XMLHTTPREQUEST] tr:not([data-type=XMLHTTPREQUEST]), 139 #items[data-filter-type=XMLHTTPREQUEST] tr:not([data-type=XMLHTTPREQUEST]),
140 #items[data-filter-type=FONT] tr:not([data-type=FONT]), 140 #items[data-filter-type=FONT] tr:not([data-type=FONT]),
141 #items[data-filter-type=PING] tr:not([data-type=PING]), 141 #items[data-filter-type=PING] tr:not([data-type=PING]),
142 #items[data-filter-type=POPUP] tr:not([data-type=POPUP]), 142 #items[data-filter-type=POPUP] tr:not([data-type=POPUP]),
143 #items[data-filter-type=ELEMHIDE] tr:not([data-type=ELEMHIDE]), 143 #items[data-filter-type=ELEMHIDE] tr:not([data-type=ELEMHIDE]),
144 #items[data-filter-type=WEBSOCKET] tr:not([data-type=WEBSOCKET]), 144 #items[data-filter-type=WEBSOCKET] tr:not([data-type=WEBSOCKET]),
145 #items[data-filter-type=WEBRTC] tr:not([data-type=WEBRTC]),
145 #items[data-filter-type=OTHER] tr:not([data-type=OTHER]) 146 #items[data-filter-type=OTHER] tr:not([data-type=OTHER])
146 { 147 {
147 display: none; 148 display: none;
148 } 149 }
149 150
150 .changed, .unnamed 151 .changed, .unnamed
151 { 152 {
152 font-style: italic 153 font-style: italic
153 } 154 }
154 155
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 236
236 .filtered-by-search 237 .filtered-by-search
237 { 238 {
238 display: none; 239 display: none;
239 } 240 }
240 241
241 body.dark #reload 242 body.dark #reload
242 { 243 {
243 color: #2a67e7; 244 color: #2a67e7;
244 } 245 }
OLDNEW
« no previous file with comments | « devtools-panel.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld