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-28 01:46:51 +0300
committerbrantje <brantje@gmail.com>2016-09-28 01:46:51 +0300
commit2eb46ed9d7a4b5be0906dfc1c0e19b042d46563a (patch)
tree32c19d28c716a5c12c4d6f15b73bdd5489644f41 /css/app.css
parentaf3c7b0b99277ad64c89df34fd02e661994400c9 (diff)
Update use theme to create a font color
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/css/app.css b/css/app.css
index ec96f793..952ee74b 100644
--- a/css/app.css
+++ b/css/app.css
@@ -275,14 +275,14 @@
width: 100%;
border: 2px solid rgba(240, 240, 240, 0.9);
margin: 25px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
+ -webkit-border-radius: 10px;
+ border-radius: 10px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */ }
#app-content #app-content-wrapper .grid-view .credential .credential_content {
display: flex;
+ padding: 2px;
flex-direction: column;
- background-color: #fff;
width: 100%;
cursor: pointer;
font-size: 1.75em;
@@ -291,11 +291,11 @@
padding-top: 0.5em;
padding-left: 1em;
padding-right: 1em;
- line-height: 1.3em;
- color: #ddd; }
+ line-height: 1.3em; }
#app-content #app-content-wrapper .grid-view .credential .credential_content .tags {
margin-bottom: 0.5em; }
#app-content #app-content-wrapper .grid-view .credential .credential_content .tags .tag {
+ color: #000 !important;
margin-top: 5px;
display: inline-block; }
@media all and (min-width: 40em) {