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

« back to all changes in this revision

Viewing changes to Source/WebCore/css/themeBlackBerry.css

  • 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) 2009, 2010, 2011, 2012 Research In Motion Limited. All rights reserved.
 
3
 *
 
4
 * This library is free software; you can redistribute it and/or
 
5
 * modify it under the terms of the GNU Lesser General Public
 
6
 * License as published by the Free Software Foundation; either
 
7
 * version 2 of the License, or (at your option) any later version.
 
8
 *
 
9
 * This library is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
 * Lesser General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU Lesser General Public
 
15
 * License along with this library; if not, write to the Free Software
 
16
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
17
 */
 
18
 
 
19
textarea {
 
20
    font-family: monospace;
 
21
}
 
22
 
 
23
/* If the select do not have multiple nor size larger than 1 attribute, which are menulist appearance, we wanna change text color when it is actived. */
 
24
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active::-webkit-file-upload-button, button:active, select:not([multiple]):not([size]):active, select[size="0"]:active, select[size="1"]:active {
 
25
    color: #fafafa;
 
26
}
 
27
 
 
28
input[type="button"]:active:disabled, input[type="submit"]:active:disabled, input[type="reset"]:active:disabled, input[type="file"]:active:disabled::-webkit-file-upload-button, button:active:disabled, select:not([multiple]):not([size]):active:disabled, select[size="0"]:active:disabled, select[size="1"]:active:disabled {
 
29
    color: GrayText;
 
30
}
 
31
 
 
32
select {
 
33
    border-radius: 0;
 
34
}
 
35
 
 
36
select[size="0"],
 
37
select[size="1"] {
 
38
    border-radius: 0;
 
39
}
 
40
 
 
41
::-webkit-validation-bubble-message {
 
42
    padding-left: 10px;
 
43
    padding-right: 10px;
 
44
    background: #fafafa;
 
45
    border-color: #ffffff;
 
46
    border-width: 1px;
 
47
    box-shadow: 2px 2px 4px rgba(100,100,100,0.3), 0 0 4px rgba(100,100,100,0.6);
 
48
    -webkit-border-radius: 4px;
 
49
    top: -1px;
 
50
}
 
51
 
 
52
::-webkit-validation-bubble-arrow {
 
53
    left: 40px;
 
54
    top: 3px;
 
55
    background: #fafafa;
 
56
    border-color: #ffffff;
 
57
    border-width: 1px;
 
58
    box-shadow: 0 0 4px rgba(100,100,100,0.6);
 
59
}
 
60
 
 
61
::-webkit-validation-bubble-heading {
 
62
    font-weight: normal;
 
63
}
 
64
 
 
65
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"] {
 
66
    font-family: "Slate Pro";
 
67
    -webkit-appearance: button;
 
68
    text-align: center;
 
69
}