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

Side by Side Diff: Source/devtools/front_end/elements/spectrum.css

Issue 1172733002: Devtools: Fix ctrl-z in ColorPicker (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rework 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/elements/Spectrum.js ('k') | Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* https://github.com/bgrins/spectrum */ 1 /* https://github.com/bgrins/spectrum */
2 :host { 2 :host {
3 width: 226px; 3 width: 226px;
4 height: 240px; 4 height: 240px;
5 -webkit-user-select: none; 5 -webkit-user-select: none;
6 } 6 }
7 7
8 .spectrum-color { 8 .spectrum-color {
9 position: relative; 9 position: relative;
10 width: 226px; 10 width: 226px;
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 display: inline-block; 115 display: inline-block;
116 width: 36px; 116 width: 36px;
117 overflow: hidden; 117 overflow: hidden;
118 text-align: center; 118 text-align: center;
119 border: 1px solid #dadada; 119 border: 1px solid #dadada;
120 border-radius: 2px; 120 border-radius: 2px;
121 margin-right: 6px; 121 margin-right: 6px;
122 line-height: 20px; 122 line-height: 20px;
123 font-size: 11px; 123 font-size: 11px;
124 padding: 0; 124 padding: 0;
125 -webkit-user-modify: read-write-plaintext-only;
126 color: #333; 125 color: #333;
127 white-space: nowrap; 126 white-space: nowrap;
128 } 127 }
129 128
130 .spectrum-text-label { 129 .spectrum-text-label {
131 letter-spacing: 35.5px; 130 letter-spacing: 35.5px;
132 margin-top: 8px; 131 margin-top: 8px;
133 display: block; 132 display: block;
134 color: #969696; 133 color: #969696;
135 margin-left: 15px; 134 margin-left: 15px;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 background-color: #EEEEEE; 172 background-color: #EEEEEE;
174 } 173 }
175 174
176 .spectrum-eye-dropper { 175 .spectrum-eye-dropper {
177 width: 32px; 176 width: 32px;
178 height: 24px; 177 height: 24px;
179 position: absolute; 178 position: absolute;
180 left: 12px; 179 left: 12px;
181 top: 144px; 180 top: 144px;
182 } 181 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/Spectrum.js ('k') | Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698