]> git.r.bdr.sh - rbdr/dotfiles/blame - atom/packages/pretty-json/node_modules/jsonminify/report/assets/css/plato-file.css
Update atoms
[rbdr/dotfiles] / atom / packages / pretty-json / node_modules / jsonminify / report / assets / css / plato-file.css
CommitLineData
06a3d686
BB
1.historical .chart {
2 height: 200px;
3}
4
5.CodeMirror {
6 height: auto;
7}
8
9.CodeMirror-scroll {
10 overflow-x: hidden;
11 overflow-y: hidden;
12}
13.CodeMirror-lines {
14 cursor:default;
15}
16
17.plato-mark {
18 background-color:rgb(212, 250, 236);
19 border: 1px dashed red;
20 border-width:1px 0 1px 0;
21 cursor:pointer;
22}
23
24.plato-mark.focus {
25 background-color: rgb(235, 250, 166);
26}
27.plato-mark.active {
28 background-color: rgb(158, 180, 255);
29}
30
31.plato-mark-start {
32 border-left-width:1px;
33 padding-left:1px;
34}
35.plato-mark-end {
36 border-right-width:1px;
37 padding-right:1px;
38}
39.plato-gutter {
40}
41
42.plato-gutter-icon {
43 font-size:16px;
44 cursor:pointer;
45 color: #800000;
46 text-align:center;
47}
48
49.plato-gutter-jshint, .plato-gutter-complexity {
50 width:14px;
51}
52
53.charts {
54 margin-top:1em;
55}
56
57.charts .header {
58 font-weight:normal;
59 text-align:center;
60}
61
62.chart-header {
63 font-weight:normal;
64 text-align:center;
65}
66
67.CodeMirror pre {
68 z-index:4;
69}
70
71.CodeMirror-linewidget {
72 background-color: hsl(240, 20%, 96%);
73 font-size:12px;
74 box-shadow:inset 10px 10px 10px -12px hsl(240, 20%, 17%);
75 margin-top:10px;
76 padding-top:5px;
77 padding-left:5px;
78 padding-bottom:2px;
79}
80
81.CodeMirror-linewidget ~ .CodeMirror-linewidget{
82 box-shadow:inset 10px 0px 10px -12px hsl(240, 20%, 17%);
83 margin-top:0px;
84 padding-top:0px;
85}
86
87.plato-line-widget {
88}