Project

General

Profile

Patch #29391 » 0001-New-styles-for-status-badges.patch

Marius BĂLTEANU, 2019-04-04 21:03

View differences:

public/stylesheets/application.css
1267 1267
  background:#9DB9D5;
1268 1268
}
1269 1269
.badge-status-open {
1270
  color: #fff;
1271
  background: #559cec;
1270
  color: #205D86;
1271
  border: 1px solid #205D86;
1272 1272
}
1273 1273
.badge-status-locked {
1274
  background: #EEEEEE;
1274
  color: #696969;
1275
  border: 1px solid #696969;
1275 1276
}
1276 1277
.badge-status-closed {
1277
  color: #fff;
1278
  background: #51ce39;
1278
  color: #1D781D;
1279
  border: 1px solid #1D781D;
1279 1280
}
1280 1281
/***** Icons *****/
1281 1282
.icon {
(6-6/6)