
style "mx-entry-normal"{
  xthickness = 0
  ythickness = 0
  text[NORMAL]      = '#000000'
  text[PRELIGHT]    = '#000000'
  text[SELECTED]    = '#fafafa'
  text[INSENSITIVE] = '#000000'
  text[ACTIVE]      = '#000000'

  base[NORMAL]      = '#fafafa'
  base[PRELIGHT]    = '#0080f5'
  base[SELECTED]    = '#0080f5'
  base[INSENSITIVE] = '#fafafa'
  base[ACTIVE]      = '#fafafa'

  engine "pixmap" {
    image    {
        function    = SHADOW
        shadow      = IN
    }
  }
}
style "mx-entry-hint"{
  xthickness = 0
  ythickness = 0
  text[NORMAL]      = '#a9a9a9'
  text[PRELIGHT]    = '#a9a9a9'
  text[SELECTED]    = '#fafafa'
  text[INSENSITIVE] = '#a9a9a9'
  text[ACTIVE]      = '#a9a9a9'

  base[NORMAL]      = '#fafafa'
  base[PRELIGHT]    = '#0080f5'
  base[SELECTED]    = '#0080f5'
  base[INSENSITIVE] = '#fafafa'
  base[ACTIVE]      = '#fafafa'

  engine "pixmap" {
    image    {
        function    = SHADOW
        shadow      = IN
    }
  }
}
widget "*mx-entry-normal" style  "mx-entry-normal"
widget "*mx-entry-hint" style  "mx-entry-hint"