This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 55b2a335738add36d283acdb073c3f93651239fb (commit)
from cf8a6781daab5e832b2873767a16ea6b3978d96b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=55b2a335738add36d283acdb073c3f93651239fb
commit 55b2a335738add36d283acdb073c3f93651239fb
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Mar 23 12:48:06 2017 +0100
Remove CSS prefixes: -moz-, -webkit-, -o-
diff --git a/src/plugins/mantisbt/www/style.css
b/src/plugins/mantisbt/www/style.css
index 7ff1eb1..fea3cc2 100644
--- a/src/plugins/mantisbt/www/style.css
+++ b/src/plugins/mantisbt/www/style.css
@@ -11,9 +11,7 @@
border: 1px solid #D7E0EB;
padding: 10px;
font-weight: bold;
- -moz-border-radius-bottomright: 8px;
- -moz-border-radius-bottomleft: 8px;
- -webkit-border-bottom-right-radius: 8px;
- -webkit-border-bottom-left-radius: 8px;
+ border-bottom-right-radius: 8px;
+ border-bottom-left-radius: 8px;
margin-top:0px;
-}
\ No newline at end of file
+}
diff --git a/src/plugins/taskboard/www/css/agile-board.css
b/src/plugins/taskboard/www/css/agile-board.css
index cbd89f5..6fbda03 100644
--- a/src/plugins/taskboard/www/css/agile-board.css
+++ b/src/plugins/taskboard/www/css/agile-board.css
@@ -83,8 +83,6 @@
width: 100%;
/* border: solid #CCCCCC 1px; */
height: 80px;
- -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
- -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
@@ -306,4 +304,4 @@
.ui-button {
margin: 2px 4px;
-}
\ No newline at end of file
+}
diff --git a/src/www/themes/funky/css/theme.css
b/src/www/themes/funky/css/theme.css
index 5596d21..ccc3ee3 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -82,12 +82,6 @@ a {
text-decoration:none;
font-weight: bold;
color: #7D88CC;
- -webkit-transition-property: background-color, color, height, shadow;
- -webkit-transition-duration: 0.3s;
- -moz-transition-property: background-color, color, height, shadow;
- -moz-transition-duration: 0.3s;
- -o-transition-property: background-color, color, height, shadow;
- -o-transition-duration: 0.3s;
transition-property: background-color, color, height, shadow;
transition-duration: 0.3s;
}
@@ -223,12 +217,6 @@ hr {
text-decoration:none;
font-weight: bold;
color: #7D88CC;
- -webkit-transition-property: background-color, color, height, shadow;
- -webkit-transition-duration: 0.3s;
- -moz-transition-property: background-color, color, height, shadow;
- -moz-transition-duration: 0.3s;
- -o-transition-property: background-color, color, height, shadow;
- -o-transition-duration: 0.3s;
transition-property: background-color, color, height, shadow;
transition-duration: 0.3s;
}
@@ -314,21 +302,11 @@ hr {
border-bottom: 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
- -webkit-top-right-border-radius: 6px;
- -webkit-top-left-border-radius: 6px;
- -moz-border-radius-topright: 6px;
- -moz-border-radius-topleft: 6px;
background-color: #909DB7;
line-height: 17px;
color: black;
text-shadow: 1px 1px #B2BFD9;
margin: 0 2px;
- -webkit-transition-property: background-color, color, height, shadow;
- -webkit-transition-duration: 0.3s;
- -moz-transition-property: background-color, color, height, shadow;
- -moz-transition-duration: 0.3s;
- -o-transition-property: background-color, color, height, shadow;
- -o-transition-duration: 0.3s;
transition-property: background-color, color, height, shadow;
transition-duration: 0.3s;
}
@@ -605,10 +583,6 @@ a.topTabSelected:hover {
border-bottom: none;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
- -webkit-top-right-border-radius: 6px;
- -webkit-top-left-border-radius: 6px;
- -moz-border-radius-topright: 6px;
- -moz-border-radius-topleft: 6px;
margin-right: 10px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white),
to(#f7f7f7));
}
@@ -632,8 +606,6 @@ a.topTabSelected:hover {
border: 1px solid red;
padding: 7px;
border-radius: 6px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
text-shadow: 1px 1px #ff7c73;
text-align: left;
font-size: small;
@@ -647,8 +619,6 @@ a.topTabSelected:hover {
border: 1px solid #ffa500; /* orange */
padding: 7px;
border-radius: 6px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
text-shadow: 1px 1px #fff5CA;
text-align: left;
font-weight: normal;
@@ -661,8 +631,6 @@ a.topTabSelected:hover {
border: 1px solid green;
padding: 7px;
border-radius: 6px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
text-shadow: 1px 1px #DFF59f;
text-align: left;
font-weight: normal;
@@ -675,8 +643,6 @@ p.information {
border: 1px solid #3a5fa5;
padding: 7px;
border-radius: 6px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
text-shadow: 1px 1px #DFF59f;
text-align: left;
font-weight: normal;
@@ -689,8 +655,6 @@ p.information {
border: 1px solid red;
padding: 7px;
border-radius: 6px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
text-shadow: 1px 1px #ff7c73;
color: black;
margin: 2px 3px 3px;
@@ -701,8 +665,6 @@ p.information {
border: 1px solid red;
padding: 7px;
border-radius: 6px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
text-shadow: 1px 1px #ff7c73;
color: black;
margin: 2px 3px 3px;
@@ -719,10 +681,6 @@ p.information {
margin-top: 20px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
- -webkit-bottom-right-border-radius: 6px;
- -webkit-bottom-left-border-radius: 6px;
- -moz-border-radius-bottomright: 6px;
- -moz-border-radius-bottomleft: 6px;
text-align: center;
color: #dcdcdc;
text-shadow: 1px 1px white;
@@ -732,12 +690,8 @@ p.information {
float: right;
}
-
-
.info-box h2 {
font-size: 1.3em;
- -moz-border-radius: 0.5em 0.5em 0 0;
- -webkit-border-radius: 0.5em 0.5em 0 0;
border-radius: 0.5em 0.5em 0 0;
color: white;
background: #34b234;
@@ -763,8 +717,6 @@ p.information {
color: #565c5e;
padding: 1px 4px 4px 4px;
margin-bottom: 8px;
- -moz-border-radius: 0.5em 0.5em 0 0;
- -webkit-border-radius: 0.5em 0.5em 0 0;
border-radius: 0.5em 0.5em 0 0;
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/mantisbt/www/style.css | 8 ++---
src/plugins/taskboard/www/css/agile-board.css | 4 +--
src/www/themes/funky/css/theme.css | 48 ---------------------------
3 files changed, 4 insertions(+), 56 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits