aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-06-20 12:57:23 +0200
committerMario Vavti <mario@mariovavti.com>2017-06-20 12:57:23 +0200
commitb858eec644f5a3e773c9513891070bc86f700aa8 (patch)
tree08986815ee07631d206f2b8594622670b89d28a2 /view/theme
parent5af9923e29c556ddef741fbf94f4bfcb34ed6951 (diff)
downloadvolse-hubzilla-b858eec644f5a3e773c9513891070bc86f700aa8.tar.gz
volse-hubzilla-b858eec644f5a3e773c9513891070bc86f700aa8.tar.bz2
volse-hubzilla-b858eec644f5a3e773c9513891070bc86f700aa8.zip
make bootstrap respect our radius setting
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index faa292fe5..ce98f8d49 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1339,6 +1339,14 @@ main.fullscreen .section-content-wrapper-np {
}
/* bootstrap overrides */
+.btn,
+.rounded-top,
+.form-control,
+.nav-pills .nav-link,
+.nav-tabs .nav-link {
+ border-radius: $radius !important;
+}
+
blockquote {
font-size: 1rem;
font-style: italic;
@@ -1353,10 +1361,6 @@ blockquote {
border-radius: $radius;
}
-.dropdown-menu img {
- border-radius: $radius;
-}
-
.dropdown-item {
color: $font_colour;
}
@@ -1491,7 +1495,7 @@ dl.bb-dl > dd > li {
.form-group.checkbox > div label {
display: block; overflow: hidden; cursor: pointer;
border: 1px solid #ccc;
- border-radius: 4px;
+ border-radius: $radius;
margin:0px;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;