~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Source/WebKit/efl/DefaultTheme/default.edc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
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
 
5
 
 
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.
 
10
 
 
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.
 
15
 
 
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.
 
20
*/
 
21
 
 
22
color_classes {
 
23
   color_class {
 
24
      name: "webkit/selection/foreground";
 
25
      color: 255 255 255 255; /* active */
 
26
      color2: 255 255 255 255; /* inactive */
 
27
   }
 
28
   color_class {
 
29
      name: "webkit/selection/background";
 
30
      color: 86 86 209 255; /* active */
 
31
      color2: 0 0 128 128; /* inactive */
 
32
   }
 
33
   color_class {
 
34
      name: "webkit/focus_ring";
 
35
      color: 26 26 226 255; /* foreground */
 
36
      /* no background, consider transparent */
 
37
   }
 
38
}
 
39
 
 
40
collections {
 
41
   group { name: "webkit/base";
 
42
      /* specific colors and all, used to listen for color_class changes */
 
43
   }
 
44
 
 
45
#include "widget/button/button.edc"
 
46
#include "widget/scrollbar/scrollbar.edc"
 
47
#include "widget/radio/radio.edc"
 
48
#include "widget/check/check.edc"
 
49
#include "widget/entry/entry.edc"
 
50
#include "widget/combo/combo.edc"
 
51
#ifdef ENABLE_PROGRESS_ELEMENT
 
52
#include "widget/progressbar/progressbar.edc"
 
53
#endif
 
54
#include "widget/file/file.edc"
 
55
#include "widget/search/field/search_field.edc"
 
56
#include "widget/search/cancel/search_cancel.edc"
 
57
#include "widget/search/decoration/search_decoration.edc"
 
58
#include "widget/slider/slider.edc"
 
59
#include "widget/spinner/spinner.edc"
 
60
#include "widget/mediacontrol/playpausebutton/playpause_button.edc"
 
61
#include "widget/mediacontrol/mutebutton/mute_button.edc"
 
62
#include "widget/mediacontrol/seekforwardbutton/seekforward_button.edc"
 
63
#include "widget/mediacontrol/seekbackwardbutton/seekbackward_button.edc"
 
64
#include "widget/mediacontrol/togglecaptionsbutton/toggle_captions_button.edc"
 
65
#include "widget/mediacontrol/fullscreenbutton/fullscreen_button.edc"
 
66
}