diff options
| -rw-r--r-- | themes/webtrees/style.css | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 61452b45a7..57ffd2aaa6 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -295,14 +295,6 @@ a:hover .nameZoom { font: bold 14px tahoma, arial, helvetica, sans-serif;
}
-.namered {
- border: solid red 1px;
-}
-
-.nameblue {
- border: solid blue 1px;
-}
-
.details1 {
font: normal 10px tahoma, arial, helvetica, sans-serif;
}
@@ -1075,15 +1067,17 @@ h4 { border: solid #81a9cb 1px;
}
-/* Change indicators */
-.change_new {
- border: solid blue 2px;
+/* Pending edits */
+.change_new, .nameblue {
+ border: solid blue 2px !important;
}
-.change_old {
- border: solid red 2px;
+.change_old, .namered {
+ color: black !important;
+ text-decoration:line-through !important;
}
-
+ /* ====== */
+
.door {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
|
