diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-10 03:09:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-10 03:09:30 +0900 |
| commit | d6cc08b1350db0c873c9f76d2f89651a6a717ba5 (patch) | |
| tree | 3cfdec0780a5a48a61afa4a5d5dcfd74c5d92263 /src | |
| parent | Merge pull request #980 from syuilo/greenkeeper/pictograph-2.1.5 (diff) | |
| download | sharkey-d6cc08b1350db0c873c9f76d2f89651a6a717ba5.tar.gz sharkey-d6cc08b1350db0c873c9f76d2f89651a6a717ba5.tar.bz2 sharkey-d6cc08b1350db0c873c9f76d2f89651a6a717ba5.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/tags/select-file-from-drive-window.tag | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/web/app/desktop/tags/select-file-from-drive-window.tag b/src/web/app/desktop/tags/select-file-from-drive-window.tag index 17cc607988..c660a2fe90 100644 --- a/src/web/app/desktop/tags/select-file-from-drive-window.tag +++ b/src/web/app/desktop/tags/select-file-from-drive-window.tag @@ -33,7 +33,7 @@ height 72px background lighten($theme-color, 95%) - .upload + > .upload display inline-block position absolute top 8px @@ -72,8 +72,8 @@ border 2px solid rgba($theme-color, 0.3) border-radius 8px - .ok - .cancel + > .ok + > .cancel display block position absolute bottom 16px @@ -102,7 +102,7 @@ opacity 0.7 cursor default - .ok + > .ok right 16px color $theme-color-foreground background linear-gradient(to bottom, lighten($theme-color, 25%) 0%, lighten($theme-color, 10%) 100%) @@ -119,7 +119,7 @@ background $theme-color border-color $theme-color - .cancel + > .cancel right 148px color #888 background linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%) |