Browse Source

cursor for web upload

tags/v1.0.0
Uvis Grinfelds 9 years ago
parent
commit
f884746916
3 changed files with 5 additions and 2 deletions
  1. +3
    -1
      transfersh-web/styles/includes/home.less
  2. +1
    -0
      transfersh-web/styles/main.css
  3. +1
    -1
      transfersh-web/styles/main.css.map

+ 3
- 1
transfersh-web/styles/includes/home.less View File

@@ -25,7 +25,7 @@
} }


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


} }
cursor: pointer;

} }


#web, #terminal { #web, #terminal {


+ 1
- 0
transfersh-web/styles/main.css View File

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


+ 1
- 1
transfersh-web/styles/main.css.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save