Changeset 49858 in webkit


Ignore:
Timestamp:
Oct 20, 2009 8:30:21 AM (14 years ago)
Author:
Joseph Pecoraro
Message:

2009-10-20 Joseph Pecoraro <Joseph Pecoraro>

Reviewed by Timothy Hatcher.

Web Inspector: Watched Expressions Buttons Do Not Match Inspector Styles
https://bugs.webkit.org/show_bug.cgi?id=30554

  • inspector/front-end/inspector.css: added style to pane buttons
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r49856 r49858  
     12009-10-20  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        Web Inspector: Watched Expressions Buttons Do Not Match Inspector Styles
     6        https://bugs.webkit.org/show_bug.cgi?id=30554
     7
     8        * inspector/front-end/inspector.css: added style to pane buttons
     9
    1102009-10-20  Yury Semikhatsky  <yurys@chromium.org>
    211
  • trunk/WebCore/inspector/front-end/inspector.css

    r49504 r49858  
    22132213}
    22142214
    2215 .panel-enabler-view button {
    2216     font-size: 13px;
    2217     margin: 6px 0 0 0;
    2218     padding: 3px 20px;
     2215.panel-enabler-view button, .pane button {
    22192216    color: rgb(6, 6, 6);
    2220     height: 24px;
    22212217    background-color: transparent;
    22222218    border: 1px solid rgb(165, 165, 165);
     
    22272223}
    22282224
    2229 .panel-enabler-view button:active {
     2225.panel-enabler-view button {
     2226    font-size: 13px;
     2227    margin: 6px 0 0 0;
     2228    padding: 3px 20px;
     2229    height: 24px;
     2230}
     2231
     2232.pane button {
     2233    margin: 6px 0 6px 3px;
     2234    padding: 2px 9px;
     2235}
     2236
     2237.panel-enabler-view button:active, .pane button:active {
    22302238    background-color: rgb(215, 215, 215);
    22312239    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
    22322240}
    22332241
    2234 body.inactive .panel-enabler-view button, .panel-enabler-view button:disabled {
     2242body.inactive .panel-enabler-view button, .panel-enabler-view button:disabled, body.inactive .pane button, .pane button:disabled {
    22352243    color: rgb(130, 130, 130);
    22362244    border-color: rgb(212, 212, 212);
Note: See TracChangeset for help on using the changeset viewer.