Changeset 185836 in webkit
- Timestamp:
- Jun 22, 2015, 10:53:43 AM (11 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/CSSStyleDeclarationSection.css (modified) (1 diff)
-
UserInterface/Views/CSSStyleDeclarationTextEditor.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r185835 r185836 1 2015-06-22 Nikita Vasilyev <nvasilyev@apple.com> 2 3 Web Inspector: Consider making read-only style rules have a darker background 4 https://bugs.webkit.org/show_bug.cgi?id=145983 5 6 Reviewed by Timothy Hatcher. 7 8 * UserInterface/Views/CSSStyleDeclarationSection.css: 9 (.style-declaration-section:not(.locked)): 10 (.style-declaration-section): Deleted. 11 * UserInterface/Views/CSSStyleDeclarationTextEditor.css: 12 (.css-style-text-editor.read-only > .CodeMirror): 13 1 14 2015-06-22 Nikita Vasilyev <nvasilyev@apple.com> 2 15 -
trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.css
r185757 r185836 30 30 padding: 5px; 31 31 32 border-bottom: 1px solid rgb(179, 179, 179); 33 } 34 35 .style-declaration-section:not(.locked) { 32 36 background-color: white; 33 border-bottom: 1px solid rgb(179, 179, 179);34 37 } 35 38 -
trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.css
r179636 r185836 52 52 .css-style-text-editor > .CodeMirror pre * { 53 53 text-indent: 0; 54 } 55 56 .css-style-text-editor.read-only, 57 .css-style-text-editor.read-only > .CodeMirror { 58 background-color: transparent; 54 59 } 55 60
Note:
See TracChangeset
for help on using the changeset viewer.