This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* I find I can't distinguish bold from regular text in Accelo, | |
* so this helps emphasise that important difference. | |
* Especially handy in editing projects. | |
* I use this in Stylebot in chrome and in user styles in the fluid app. | |
*/ | |
.mileStoneRow td, .mileStoneRow td input, .jobRow td, .jobRow td input, .milestoneRow td, .milestoneRow td input { | |
color: #000; | |
font-weight: bold; | |
} |