|
43 | 43 | .sqd-theme-light .sqd-control-bar-button:hover { |
44 | 44 | border-color: #939393; |
45 | 45 | } |
| 46 | +.sqd-theme-light .sqd-control-bar-button.sqd-delete .sqd-icon-path { |
| 47 | + fill: #E01A24; |
| 48 | +} |
| 49 | + |
| 50 | +/* light > .sqd-path-bar */ |
| 51 | + |
| 52 | +.sqd-theme-light .sqd-path-bar { |
| 53 | + background: #FFF; |
| 54 | + box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 2px 4px rgba(0, 0, 0, .15); |
| 55 | +} |
| 56 | +.sqd-theme-light .sqd-path-bar-item:hover { |
| 57 | + border-color: #939393; |
| 58 | +} |
| 59 | +.sqd-theme-light .sqd-path-bar-separator { |
| 60 | + color: #D0D0D0; |
| 61 | +} |
| 62 | +.sqd-theme-light .sqd-path-bar-reset-button { |
| 63 | + border: 1px solid transparent; |
| 64 | +} |
| 65 | +.sqd-theme-light .sqd-path-bar-reset-button:hover { |
| 66 | + border-color: #939393; |
| 67 | +} |
46 | 68 |
|
47 | 69 | /* light > .sqd-workspace */ |
48 | 70 |
|
|
64 | 86 | box-shadow: 0 0 8px rgba(0, 0, 0, .15); |
65 | 87 | } |
66 | 88 |
|
67 | | -/* light > .sqd-task */ |
| 89 | +/* light > .sqd-step-task */ |
68 | 90 |
|
69 | | -.sqd-theme-light .sqd-task-rect { |
| 91 | +.sqd-theme-light .sqd-step-task-rect { |
70 | 92 | fill: #FFF; |
71 | 93 | stroke: #C3C3C3; |
72 | 94 | filter: drop-shadow(0 1.5px 1.5px rgba(0, 0, 0, .15)); |
73 | 95 | } |
74 | | -.sqd-theme-light .sqd-task-rect.sqd-selected { |
| 96 | +.sqd-theme-light .sqd-step-task-rect.sqd-selected { |
75 | 97 | stroke: #ED4800; |
76 | 98 | } |
77 | | -.sqd-theme-light .sqd-task-text { |
| 99 | +.sqd-theme-light .sqd-step-task-text { |
78 | 100 | fill: #000; |
79 | 101 | } |
80 | | -.sqd-theme-light .sqd-task-empty-icon { |
| 102 | +.sqd-theme-light .sqd-step-task-empty-icon { |
81 | 103 | fill: #C6C6C6; |
82 | 104 | } |
83 | 105 |
|
|
110 | 132 | fill: #FFF; |
111 | 133 | } |
112 | 134 |
|
113 | | -/* light > .sqd-start-stop */ |
| 135 | +/* light > .sqd-step-start-stop */ |
114 | 136 |
|
115 | | -.sqd-theme-light .sqd-start-stop { |
| 137 | +.sqd-theme-light .sqd-step-start-stop-circle { |
116 | 138 | fill: #2C18DF; |
117 | 139 | } |
118 | | -.sqd-theme-light .sqd-start-stop-icon { |
| 140 | +.sqd-theme-light .sqd-step-start-stop-icon { |
119 | 141 | fill: #FFF; |
120 | 142 | } |
121 | 143 |
|
122 | 144 | /* light > .sqd-placeholder */ |
123 | 145 |
|
124 | | -.sqd-theme-light .sqd-placeholder { |
| 146 | +.sqd-theme-light .sqd-placeholder .sqd-placeholder-rect { |
125 | 147 | fill: #D8D8D8; |
126 | 148 | stroke: #6A6A6A; |
127 | 149 | } |
128 | | -.sqd-theme-light .sqd-placeholder.sqd-hover { |
| 150 | +.sqd-theme-light .sqd-placeholder-icon-path { |
| 151 | + fill: #2B2B2B; |
| 152 | +} |
| 153 | +.sqd-theme-light .sqd-placeholder.sqd-hover .sqd-placeholder-rect { |
129 | 154 | fill: #ED4800; |
130 | 155 | } |
| 156 | +.sqd-theme-light .sqd-placeholder.sqd-hover .sqd-placeholder-icon-path { |
| 157 | + fill: #FFF; |
| 158 | +} |
| 159 | + |
| 160 | +/* light > .sqd-validation-error */ |
131 | 161 |
|
132 | 162 | .sqd-theme-light .sqd-validation-error { |
133 | 163 | fill: #FFA200; |
|
0 commit comments