Use font properties from CSS to draw the pattern labels
Use the font properties that are defined in the CSS to draw the pattern labels. This provides flexibility with regards to the font properties that are used (size, font family, etc.). Adjust the CSS for the default theme and the classic theme.
This commit is contained in:
@@ -596,6 +596,7 @@ TrackContentObjectView {
|
||||
PatternView {
|
||||
background-color: rgb( 119, 199, 216 );
|
||||
color: rgb( 187, 227, 236 );
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* sample track pattern */
|
||||
|
||||
@@ -615,6 +615,7 @@ TrackContentObjectView {
|
||||
PatternView {
|
||||
background-color: #21A14F;
|
||||
color: rgba(255,255,255,220);
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* sample track pattern */
|
||||
|
||||
Reference in New Issue
Block a user