Showing
1 changed file
with
8 additions
and
0 deletions
@@ -235,6 +235,14 @@ label { | @@ -235,6 +235,14 @@ label { | ||
235 | user-select: none; | 235 | user-select: none; |
236 | } | 236 | } |
237 | 237 | ||
238 | +.tb-readonly-label { | ||
239 | + color: rgba(0, 0, 0, .54); | ||
240 | +} | ||
241 | + | ||
242 | +.tb-disabled-label { | ||
243 | + color: rgba(0, 0, 0, .44); | ||
244 | +} | ||
245 | + | ||
238 | div { | 246 | div { |
239 | &.tb-small { | 247 | &.tb-small { |
240 | font-size: 14px; | 248 | font-size: 14px; |