/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to Widget Library/sliders.css

  • Committer: galaxyAbstractor
  • Date: 2013-04-04 16:19:07 UTC
  • mto: (12.2.4 lenasys) (19.1.4 lenasys)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: galaxyabstractor@gmail.com-20130404161907-eo1wnb7ac2rnizg8
Started implementation of a new codeviewer using Ace

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        font-family: Arial;
10
10
        background-color: #d0d0d4;
11
11
        background: linear-gradient(to bottom, #f0f0e8 0%, #e8e8e8 1%, #b8b8b0 17%);
12
 
        -pie-background: linear-gradient(top, #f0f0e8 0%, #e8e8e8 1%, #b8b8b0 17%);
13
12
        border-radius: 10px;
14
13
        padding:6px;
15
14
}
80
79
        border-width: 1px;
81
80
        box-shadow: 2px 2px 2px #444;
82
81
        background: linear-gradient(to bottom, #fff 0%,#e0e0d8 60%);
83
 
        -pie-background: linear-gradient(top, #fff 0%,#e0e0d8 60%);
84
82
}
 
 
b'\\ No newline at end of file'