aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/css
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2019-08-07 22:33:23 +0200
committerJohannes Zellner <johannes@cloudron.io>2019-08-07 22:33:23 +0200
commitc2c00fca7dccb6e512a0f01bc87db129538765ef (patch)
tree3b872bed1587231a22d24fe8aaf3043565900f3b /frontend/css
parentd5940df06a4f498176dad293f66607fb69eb2a28 (diff)
downloadSurfer-c2c00fca7dccb6e512a0f01bc87db129538765ef.tar.gz
Surfer-c2c00fca7dccb6e512a0f01bc87db129538765ef.tar.zst
Surfer-c2c00fca7dccb6e512a0f01bc87db129538765ef.zip
Add access token ui and rest api
Diffstat (limited to 'frontend/css')
-rw-r--r--frontend/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/css/style.css b/frontend/css/style.css
index 901de34..b43d6fe 100644
--- a/frontend/css/style.css
+++ b/frontend/css/style.css
@@ -89,3 +89,12 @@ a:hover, a:focus {
89 align-items: center; 89 align-items: center;
90 justify-content: center; 90 justify-content: center;
91} 91}
92
93.access-token-input {
94 padding: 5px 0;
95 width: 450px;
96}
97
98.access-token-input > input, .access-token-input i {
99 cursor: copy !important;
100}