Download:
child 75:a784221a989b
parent 73:a9c9da814fe3
74:e0a1f3f2a7a3
Anton Shestakov <av6@dwimlabs.net>, Tue, 28 Jun 2016 22:36:05 +0800
viewer: restyle regular badges to be a bit more like status badges In practice, it means: no border, 3px rounded corners and more pronounced text shadow.

1 файлов изменено, 6 вставок(+), 0 удалений(-) [+]
static/main.css file | annotate | diff | comparison | revisions
--- a/static/main.css Tue Jun 28 18:52:52 2016 +0800
+++ b/static/main.css Tue Jun 28 22:36:05 2016 +0800
@@ -7,6 +7,12 @@
}
}
+.uk-badge {
+ border: none;
+ border-radius: 3px;
+ text-shadow: 0 1px 0 rgba(0,0,0,.3);
+}
+
.uk-badge-unknown {
background: #898989;
}