Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-09-15 22:21:34 +0300
committerbrantje <brantje@gmail.com>2016-09-15 22:21:34 +0300
commit675c736d8854414e2657bfa97bca47ab9f55a63c (patch)
tree4d985d572e023fbd6c8b3bbd1fa13cdaada0b73a /css/app.css
parentd21d75d976ba07e013bfe18170dd71a32757ee8f (diff)
Add tags input
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/css/app.css b/css/app.css
index 4e9fcab4..2785c4a5 100644
--- a/css/app.css
+++ b/css/app.css
@@ -14,6 +14,13 @@
background: #d83a02;
color: #fff; }
+.link {
+ color: #0066ff !important;
+ cursor: pointer; }
+
+.link:hover {
+ text-decoration: underline; }
+
.tab_header {
list-style: none;
padding: 0;
@@ -216,6 +223,8 @@
background-color: rgba(240, 240, 240, 0.9);
padding: 4px;
font-size: 11px; }
+ #app-content #app-content-wrapper .edit_credential tags-input .tags {
+ width: 100%; }
#app-content #app-content-wrapper .edit_credential .credential_textarea {
width: 100%;
height: 100px; }
@@ -294,11 +303,6 @@
.settings-container div {
padding-left: 15px; }
- .settings-container div .link {
- color: #0066ff !important;
- cursor: pointer; }
- .settings-container div .link:hover {
- text-decoration: underline; }
#app-settings-content:not(.ng-hide) {
height: 60px;