aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css
blob: deb71d31e06bdb8326a5b8853f574fe4ce81d969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> */
.css-style-rule-item {
    position: relative;
}
.style-rule-heading {
    background-color: #f3f3f3;
    border: 1px #e7e7e7;
    border-style: solid none;
    box-shadow: inset 0 0 1px #FFF;
    padding: 4px;
}
.style-sheet-name {
    color: #333;
    position: absolute;
    right: 8px;
    text-decoration: none;
    font-family: "Droid Sans", sans-serif;
}