ico-stop, ico-run 样式修改

This commit is contained in:
Liang Ding 2014-12-14 21:58:49 +08:00
parent 24dfb16d23
commit a8c5bd20a2
3 changed files with 3 additions and 13 deletions

View File

@ -61,10 +61,6 @@
border-color: #000000; border-color: #000000;
} }
#buildRun {
background-color: #494949;
}
.frame { .frame {
color: #f1f1f1; color: #f1f1f1;
border: 1px solid #00040a; border: 1px solid #00040a;

View File

@ -59,10 +59,6 @@
border-color: #b6b6b6; border-color: #b6b6b6;
} }
#buildRun {
background-color: #cfcfcf;
}
.frame { .frame {
border: 1px solid #5F5F5F; border: 1px solid #5F5F5F;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

View File

@ -9,7 +9,7 @@
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDIT#buildRunIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
@ -288,14 +288,12 @@
#buildRun { #buildRun {
color: #6DB14C; color: #6DB14C;
padding: 0px 3px 0 5px; font-size: 19px;
border-radius: 10px;
display: inline-block;
} }
#buildRun.ico-stop { #buildRun.ico-stop {
color: #9d0000; color: #9d0000;
padding: 0 4px 0 4px; font-size: 16px;
} }
.share-panel { .share-panel {