| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- * {
- font-size: 12px;
- }
- entry {
- border-radius: 3px;
- min-height: 22px;
- padding-left: 4px;
- padding-right: 4px;
- }
- button {
- border-radius: 3px;
- min-height: 22px;
- padding: 0px 6px;
- }
- button.image-button {
- min-width: 22px;
- padding-left: 0px;
- padding-right: 0px;
- }
- button.color {
- padding: 0px;
- }
- notebook > header tab {
- min-height: 24px;
- min-width: 24px;
- padding: 3px 6px;
- }
- .color {
- min-height: 22px;
- padding: 0px;
- }
- .console-view textview, .console-view entry {
- font: 12px "Monospace";
- }
- .statusbar {
- font-size: 10px;
- min-height: 22px;
- }
- .axis > entry {
- min-width: 22px;
- }
- .axis.x > entry {
- background: rgba(180, 0, 0, 0.2);
- }
- .axis.y > entry {
- background: rgba(0, 180, 0, 0.2);
- }
- .axis.z > entry {
- background: rgba(0, 0, 180, 0.2);
- }
- .axis.w > entry {
- background: rgba(180, 180, 180, 0.2);
- }
- .counter-label {
- color: @theme_fg_color;
- font-size: 14px;
- font-weight: bold;
- margin-left: 10px;
- }
- #expander2 .header > label {
- min-height: 28px
- }
- .properties-view #expander2.inherited .header > label {
- color: rgb(150, 100, 0);
- }
- button.compact {
- padding: 0px 2px 0px 2px;
- }
- .colorfast-link link {
- color: @theme_fg_color;
- }
- .hsv-v-scale {
- padding-top: 0px;
- padding-bottom: 0px;
- padding-right: 0px;
- }
- .hsv-v-scale trough {
- padding-left: 6px;
- padding-right: 6px;
- background-image: linear-gradient(to bottom, white, black);
- }
- .hsv-v-scale highlight {
- background-color: transparent;
- border: 0px;
- }
|