-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconverter.css
58 lines (55 loc) · 885 Bytes
/
converter.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body {
font-size:18px;
color:#C0C0C0;
background-color:#1C1C1C ;
font-style: normal;
}
input{
font-size:14px;
background-color:#555555;
color:white;
font-style: normal;
}
button{
font-size:15px;
background-color:#555555;
color:white;
font-style: normal;
}
textarea{
font-size:14px;
background-color:#555555;
color:white;
font-style: normal;
}
button#toArabicB:hover
{
background:#cc6600 ;
background-color:#009933 ;
}
button#toArabicB:active
{
background:#cc6600 ;
}
button#toArabic:hover
{
background-color:#009933 ;
}
button#toArabic:active
{
background:#cc6600 ;
}
button#Unpack:hover
{
background-color:#009933 ;
}
button#Unpack:active
{
background:#cc6600 ;
}
input[type=button]:hover {
background-color:#009933;
}
input[type=button]:active {
background-color:#cc6600;
}