Ignore:
Timestamp:
Dec 11, 2013, 1:26:41 PM (11 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

No longer tinker with spinner arrows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/theme/modern/Appearance.js

    r237 r345  
    55  appearances :
    66  {
    7     "spinner/upbutton" :
    8     {
    9       alias : "button-frame",
    10       include : "button-frame",
    11 
    12       style : function(states, superStyles)
    13       {
    14         return {
    15           icon : "decoration/arrows/up-small.png",
    16           padding : [superStyles.padding[0] - 2, superStyles.padding[1] - 5],
    17           shadow: undefined
    18         };
    19       }
    20     },
    21 
    22     "spinner/downbutton" :
    23     {
    24       alias : "button-frame",
    25       include : "button-frame",
    26 
    27       style : function(states, superStyles)
    28       {
    29         return {
    30           icon : "decoration/arrows/down-small.png",
    31           padding : [superStyles.padding[0] - 2, superStyles.padding[1] - 5],
    32           shadow: undefined
    33         };
    34       }
    35     },
    36 
    37 
    387    "colorpopup/colorselector-okbutton":
    398    {
Note: See TracChangeset for help on using the changeset viewer.