2 Copyright (C) 2008,2009 INdT - Instituto Nokia de Tecnologia
3 Copyright (C) 2009,2010 ProFUSION embedded systems
4 Copyright (C) 2009,2010 Samsung Electronics
6 This file is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Library General Public
8 License as published by the Free Software Foundation; either
9 version 2 of the License, or (at your option) any later version.
11 This file is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Library General Public License for more details.
16 You should have received a copy of the GNU Library General Public License
17 along with this library; see the file COPYING.LIB. If not, write to
18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA.
24 name: "webkit/selection/active";
25 color: 255 255 255 255; /* foreground */
26 color2: 86 86 209 255; /* background */
29 name: "webkit/selection/inactive";
30 color: 255 255 255 255; /* foreground */
31 color2: 0 0 128 128; /* background */
34 name: "webkit/focus_ring";
35 color: 26 26 226 255; /* foreground */
36 /* no background, consider transparent */
39 name: "webkit/button/text";
41 /* no background, consider transparent */
44 name: "webkit/combo/text";
46 /* no background, consider transparent */
49 name: "webkit/entry/text";
51 /* no background, consider transparent */
54 name: "webkit/search/text";
56 /* no background, consider transparent */
61 group { name: "webkit/base";
62 /* specific colors and all, used to listen for color_class changes */
65 #include "widget/button/button.edc"
66 #include "widget/scrollbar/scrollbar.edc"
67 #include "widget/radio/radio.edc"
68 #include "widget/check/check.edc"
69 #include "widget/entry/entry.edc"
70 #include "widget/combo/combo.edc"
71 #ifdef ENABLE_PROGRESS_TAG
72 #include "widget/progressbar/progressbar.edc"
74 #include "widget/file/file.edc"
75 #include "widget/search/field/search_field.edc"
76 #include "widget/search/cancel/search_cancel.edc"
77 #include "widget/search/decoration/search_decoration.edc"
78 #include "widget/slider/slider.edc"
79 #include "widget/mediacontrol/playpausebutton/playpause_button.edc"
80 #include "widget/mediacontrol/mutebutton/mute_button.edc"
81 #include "widget/mediacontrol/seekforwardbutton/seekforward_button.edc"
82 #include "widget/mediacontrol/seekbackwardbutton/seekbackward_button.edc"
83 #include "widget/mediacontrol/fullscreenbutton/fullscreen_button.edc"