Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Side by Side Diff: Source/devtools/front_end/ui/splitWidget.css

Issue 1167573003: Devtools: Resize glpyhs and add animation icons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/ui/smallIcon.css ('k') | Source/devtools/front_end/ui/toolbar.css » ('j') | 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 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 10 *
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 } 93 }
94 94
95 .shadow-split-widget.hbox.shadow-split-widget-first-is-sidebar > .shadow-split-w idget-sidebar:not(.maximized) { 95 .shadow-split-widget.hbox.shadow-split-widget-first-is-sidebar > .shadow-split-w idget-sidebar:not(.maximized) {
96 border: 0; 96 border: 0;
97 border-right: 1px solid rgb(64%, 64%, 64%); 97 border-right: 1px solid rgb(64%, 64%, 64%);
98 } 98 }
99 99
100 .shadow-split-widget button.sidebar-show-hide-button { 100 .shadow-split-widget button.sidebar-show-hide-button {
101 position: absolute; 101 position: absolute;
102 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); 102 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
103 -webkit-mask-size: 320px 144px; 103 -webkit-mask-size: 352px 144px;
104 height: 16px; 104 height: 16px;
105 width: 16px; 105 width: 16px;
106 border: none; 106 border: none;
107 z-index: 20; 107 z-index: 20;
108 background-color: rgba(0, 0, 0, 0.6); 108 background-color: rgba(0, 0, 0, 0.6);
109 } 109 }
110 110
111 .shadow-split-widget button.sidebar-show-hide-button:disabled { 111 .shadow-split-widget button.sidebar-show-hide-button:disabled {
112 background-color: rgba(0, 0, 0, 0.35); 112 background-color: rgba(0, 0, 0, 0.35);
113 } 113 }
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 193
194 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-show { 194 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-show {
195 -webkit-mask-position: -296px -76px; /* <| */ 195 -webkit-mask-position: -296px -76px; /* <| */
196 transform: rotate(90deg); 196 transform: rotate(90deg);
197 } 197 }
198 198
199 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-hide { 199 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-hide {
200 -webkit-mask-position: -264px -76px; /* >| */ 200 -webkit-mask-position: -264px -76px; /* >| */
201 transform: rotate(90deg); 201 transform: rotate(90deg);
202 } 202 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/smallIcon.css ('k') | Source/devtools/front_end/ui/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698