diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 13:54:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 13:54:53 +0900 |
| commit | 76a25917c03f3bd4e46ff53300f5a1a1fc8a883a (patch) | |
| tree | 1773fe80babfcd9f5fa939b5f39285986a43a0bb /src/client | |
| parent | wip (diff) | |
| download | sharkey-76a25917c03f3bd4e46ff53300f5a1a1fc8a883a.tar.gz sharkey-76a25917c03f3bd4e46ff53300f5a1a1fc8a883a.tar.bz2 sharkey-76a25917c03f3bd4e46ff53300f5a1a1fc8a883a.zip | |
wip
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/desktop/views/components/notes.vue | 4 | ||||
| -rw-r--r-- | src/client/theme/dark.json | 2 | ||||
| -rw-r--r-- | src/client/theme/light.json | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/src/client/app/desktop/views/components/notes.vue b/src/client/app/desktop/views/components/notes.vue index 31b3a3ab18..84b13ed84e 100644 --- a/src/client/app/desktop/views/components/notes.vue +++ b/src/client/app/desktop/views/components/notes.vue @@ -264,9 +264,9 @@ export default Vue.extend({ border-bottom-right-radius 6px &:hover - background var(--footerButtonHover) + box-shadow 0 0 0 100px inset rgba(0, 0, 0, 0.05) &:active - background var(--footerButtonActive) + box-shadow 0 0 0 100px inset rgba(0, 0, 0, 0.1) </style> diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index a3877093f5..c9e9835136 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -27,8 +27,6 @@ "modalBackdrop": "rgba(0, 0, 0, 0.5)", "dateDividerBg": "#242731", "dateDividerFg": "#666b79", - "footerButtonHover": "#2e3440", - "footerButtonActive": "#21242b", "switchTrack": "rgba(255, 255, 255, 0.15)", "noteHeaderName": "#fff", "noteHeaderBadgeFg": "#758188", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 7dcf2d3f44..6aef10d9a6 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -27,8 +27,6 @@ "modalBackdrop": "rgba(0, 0, 0, 0.1)", "dateDividerBg": "#fdfdfd", "dateDividerFg": "#aaa", - "footerButtonHover": "#f5f5f5", - "footerButtonActive": "#eee", "switchTrack": "rgba(0, 0, 0, 0.25)", "noteHeaderName": "#627079", "noteHeaderBadgeFg": "#aaa", |