cursor for web upload

This commit is contained in:
Uvis Grinfelds
2014-10-20 18:17:01 +02:00
parent c1f34a1390
commit f884746916
3 changed files with 5 additions and 2 deletions

View File

@ -25,7 +25,7 @@
}
#web {
#web {
.transition(all @animation-duration ease);
border: 1px dashed @blue;
padding-top: 10px;
@ -43,6 +43,8 @@
font-size: 14px;
}
cursor: pointer;
}
#web, #terminal {

View File

@ -5495,6 +5495,7 @@ a:hover {
border: 1px dashed #85b5bb;
padding-top: 10px;
border-radius: 5px;
cursor: pointer;
}
#web i {
font-size: 160px;

File diff suppressed because one or more lines are too long