tizen beta release
[profile/ivi/webkit-efl.git] / debian / libwebkit-engine / usr / share / ewebkit-0 / webinspector / goToLineDialog.css
1 .go-to-line-dialog {
2     position: absolute;
3     top: 40%;
4     left: 40%;
5     z-index: 1900;
6
7     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E9E9E9), to(#CFCFCF));
8     display: -webkit-box;
9     -webkit-box-orient: vertical;
10     padding: 10px;
11     border-radius: 10px;
12     border: 1px solid gray;
13     -webkit-box-shadow: rgb(40,40,40) 0px 0px 50px;
14
15     font-size: 11px;
16     font-family: 'Lucida Grande', sans-serif;
17 }
18
19 .go-to-line-dialog input {
20     font-size: 11px;
21 }
22
23 .go-to-line-dialog button {
24     font-size: 11px;
25     color: rgb(6, 6, 6);
26     border: 1px solid rgb(165, 165, 165);
27     background-color: rgb(237, 237, 237);
28     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
29     -webkit-border-radius: 12px;
30     -webkit-appearance: none;
31
32     padding: 3px 20px;
33     margin: 0 0 0 10px;
34 }
35
36 .go-to-line-dialog button:active {
37     background-color: rgb(215, 215, 215);
38     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
39 }