-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhkr_kbshortcuts.css
executable file
·34 lines (34 loc) · 1.06 KB
/
hkr_kbshortcuts.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
#kbshortcuts_list { display: none; }
#kbshortcuts_list div {
float: left;
width: 350px;
}
#kbshortcuts_list div div.shortcut_key {
width: 140px;
float: left;
font-weight: bold;
text-align: right;
padding-right: 8px;
font-size: 9px !important;
}
#hkr_kbshortcuts_btn {
background: url(res/kb.png) no-repeat scroll center center,
-moz-linear-gradient(center top, rgb(216, 216, 216) 0%, rgb(186, 186, 186) 100%) repeat scroll 0% 0% transparent !important;
float: right;
margin-top: -1px;
margin-right: 24px;
width: 35px !important;
height: 16px !important;
padding: 2px;
text-indent: -5000px;
font-weight: bold;
box-shadow: 0px 1px 1px 0px rgb(153, 153, 153);
border: 1px solid rgb(230, 230, 230);
border-radius: 4px;
outline-style: none;
}
#hkr_kbshortcuts_btn:active,
#hkr_kbshortcuts_btn:focus {
background: url(res/kb.png) no-repeat scroll center center,
-moz-linear-gradient(center top, rgb(186, 186, 186) 0%, rgb(216, 216, 216) 100%) repeat scroll 0% 0% transparent !important;
}