aboutsummaryrefslogtreecommitdiff
path: root/p/themes/BlueLagoon/BlueLagoon.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-03-14 23:04:17 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-14 23:04:17 +0100
commit6650d1d29ea5e6f895124afce9ed4a6e920a1ed8 (patch)
treee81fc72e0a31d9ceaa1d3a9afeb2f4bc4ad46040 /p/themes/BlueLagoon/BlueLagoon.css
parent7b962e246bb9f273dda534b340851db799577dfe (diff)
Improved: log page (#4204)
* first draft * wip * Theme Ansum * Update logs_pagination.phtml * Theme Mapco * Update adark.css * Update BlueLagoon.css * Update dark.css * Update screwdriver.css * Theme Swage * Update app/views/helpers/logs_pagination.phtml Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update app/views/helpers/logs_pagination.phtml Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update template.css * Update logs_pagination.phtml * Update logs_pagination.phtml * Update logs_pagination.phtml * RTL CSS * Update dark.rtl.css * Update swage.css * fix CLI findings * Indentation fixed * icons improved * CSS: centered icons * i18n * pipline test fixes * Update conf.php * Update gen.php * Update app/i18n/fr/conf.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/BlueLagoon/BlueLagoon.css')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css20
1 files changed, 6 insertions, 14 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 12a5a334c..304f55e0f 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -277,23 +277,17 @@ a.btn {
font-size: 0.9rem;
}
-.nav-list .item:hover {
+.nav-list .item a:hover {
text-shadow: 0 0 2px rgba(255,255,255,0.28);
color: #fff;
}
-.nav-list .item.active {
+.nav-list .item.active a {
margin: 0;
background: linear-gradient(180deg, #0090ff 0%, #0062be 100%) #e4992c;
background: -webkit-linear-gradient(top, #0090ff 0%, #0062be 100%);
- box-shadow: -1px 2px 2px #171717, 0px 1px rgba(255, 255, 255, 0.08) inset;
- border-width: medium medium 1px;
- border-style: none none solid;
- border-color: -moz-use-text-color -moz-use-text-color #171717;
-}
-
-.nav-list .item.active a {
color: #fff;
+ border-color: -moz-use-text-color -moz-use-text-color #171717;
}
.nav-list .disable {
@@ -504,14 +498,12 @@ a.btn {
.pagination .item a:hover {
background: #ddd;
+ color: inherit;
}
-.pagination:first-child .item {
- border-bottom: 1px solid #aaa;
-}
-
-.pagination:last-child .item {
+.pagination .item {
border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
}
/*=== Boxes */