Commit bf4b690caf1ae7dc597adb8657d53986af70d831

Authored by Igor Kulikov
1 parent 070c136f

Update styles

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;