Remove excessive -fx-font-smoothing-type settings in caspian.css

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.1
    • Affects Version/s: fx2.1
    • Component/s: javafx

      Now that .text works, all references to -fx-font-smoothing-type can be replaced by a single setting on .text. For example, rather than the following:
      .menu-button Text {
          -fx-font-smoothing-type: lcd;
      }

      we should simply do:
      .text {
          -fx-font-smoothing-type: lcd;
      }

            Assignee:
            Jonathan Giles
            Reporter:
            Jonathan Giles
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: