Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / panelEnablerView.css
index 2290ab9..61c4276 100644 (file)
     margin: 0 0 5px 20px;
 }
 
-.panel-enabler-view button:not(.status-bar-item) {
-    font-size: 13px;
-    margin: 6px 0 0 0;
-    padding: 2px 20px;
-    height: 24px;
-    color: rgb(6, 6, 6);
-    border: 1px solid rgb(165, 165, 165);
-    background-color: rgb(237, 237, 237);
-    background-image: linear-gradient(to bottom, rgb(252, 252, 252), rgb(223, 223, 223));
-    border-radius: 12px;
-    -webkit-appearance: none;
-}
-
-body.inactive .panel-enabler-view button:not(.status-bar-item),
-.panel-enabler-view button:disabled:not(.status-bar-item) {
-    color: rgb(130, 130, 130);
-    border-color: rgb(212, 212, 212);
-    background-color: rgb(239, 239, 239);
-    background-image: linear-gradient(to bottom, rgb(250, 250, 250), rgb(235, 235, 235));
-}
-
-.panel-enabler-view button:active:not(.status-bar-item) {
-    background-color: rgb(215, 215, 215);
-    background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));
-}
-
 .panel-enabler-view input[type="radio"] {
     height: 17px;
     width: 17px;