Ignore:
Timestamp:
02/14/14 12:12:52 (10 years ago)
Author:
ngw8
Message:

Added a status bar to the jfx browser that shows up when a link is hovered over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/assets/style/jfx.css

    r888 r892  
    7979}
    8080
     81.browser-status-label {
     82    -fx-background-color: derive(-fx-base, -16%), linear-gradient(to bottom, derive(-fx-base, 2%), derive(-fx-base, -8%));
     83    -fx-background-insets: 0, 1 1 0 0;
     84    -fx-padding: 4 8 4 8;
     85    -fx-background-radius: 0 2 0 0;
     86}
     87
    8188.fa {
    8289    -fx-font-family: FontAwesome;   
Note: See TracChangeset for help on using the changeset viewer.