mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 20:22:07 +00:00
About The Pull Request This pull request adds in a new join menu, ported from Oracle F. It categorises jobs into departments and enlarges the buttons.
18 lines
172 B
CSS
18 lines
172 B
CSS
.job {
|
|
display: block;
|
|
width: 173px;
|
|
}
|
|
|
|
.command {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.priority {
|
|
color: #00ff00;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.nopositions {
|
|
font-style: italic;
|
|
}
|