-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtoolbar.css
42 lines (41 loc) · 1012 Bytes
/
toolbar.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
.button_nav{
border: 1px solid #C0C0C0;
background-color: #ecf4ff! important;
opacity: 0.5;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
width: 40px;
height: 34px;
cursor: pointer;
vertical-align: bottom;
}
.button_nav:hover{
border: 1px solid #C0C0C0;
background-color: #ecf4ff! important;
opacity: 1.0;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
width: 40px;
height: 34px;
cursor: pointer;
}
.button_header{
border: 1px solid #C0C0C0;
background-color: #ecf4ff! important;
opacity: 0.5;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
cursor: pointer;
}
.button_header:hover{
border: 1px solid #C0C0C0;
background-color: #ecf4ff! important;
opacity: 1.0;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
cursor: pointer;
}