# This file is part of sdk-default-theme-config
# 
# Copyright (C) 2005 Nokia Corporation.
# 
# Contact: Ferenc Szekely <ferenc.szekely@nokia.com> 
# 
# This work is licensed under the Creative Commons
# Attribution-NonCommercial-ShareAlike 2.0 License.
# To view a copy of this license,
# visit http://creativecommons.org/licenses/by-nc-sa/2.0/
# or send a letter to Creative Commons,
# 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.


#################################################### 
# GTK ENTRY (Single line editor)
#
# The GtkEntry (single line editor) is themed here.
#
#################################################### 

style "osso-entry" {

	GtkEntry::hildonlike = 1
	GtkEntry::horizontal-border = 6
	GtkEntry::vertical-border = 0
	GtkEntry::show-last-char = 1
	
	engine "sapwood" {
		image {
			function = BOX
			state = INSENSITIVE
			file = "../images/qgn_plat_single_line_input_disabled.png"
			border = { 2, 2, 2, 2 }
			stretch = TRUE
		}
	}

	engine "sapwood" {
		image {
			function = BOX
			file = "../images/qgn_plat_single_line_input.png"
			border = { 2, 2, 2, 2 }
			stretch = TRUE
		}
	}
}
class "GtkEntry" style "osso-entry"

widget "*.hildon-dup-widget" style "osso-entry"

class "GtkEntry" style "osso-SystemFont"
