/dev/qulogic/ckeditor: 3749f59a5a06: Remove browser-prefixed sty...
Elliott Sales de Andrade
qulogic at pidgin.im
Fri Aug 9 03:13:29 EDT 2013
Changeset: 3749f59a5a06c69e8331bdece06fc4b0e2968f93
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2013-08-07 20:41 -0400
Branch: default
URL: https://hg.pidgin.im/dev/qulogic/ckeditor/rev/3749f59a5a06
Description:
Remove browser-prefixed styling.
diffstat:
pidgin/ckeditor/skins/pidgin/dialog.css | 42 ---------------------------
pidgin/ckeditor/skins/pidgin/elementspath.css | 2 -
pidgin/ckeditor/skins/pidgin/mainui.css | 7 ----
pidgin/ckeditor/skins/pidgin/panel.css | 10 ------
pidgin/ckeditor/skins/pidgin/reset.css | 3 -
pidgin/ckeditor/skins/pidgin/richcombo.css | 13 --------
pidgin/ckeditor/skins/pidgin/skin.js | 3 -
pidgin/ckeditor/skins/pidgin/toolbar.css | 26 ----------------
8 files changed, 0 insertions(+), 106 deletions(-)
diffs (truncated from 550 to 300 lines):
diff --git a/pidgin/ckeditor/skins/pidgin/dialog.css b/pidgin/ckeditor/skins/pidgin/dialog.css
--- a/pidgin/ckeditor/skins/pidgin/dialog.css
+++ b/pidgin/ckeditor/skins/pidgin/dialog.css
@@ -55,11 +55,9 @@ Comments in this file will give more det
border: 1px solid #b2b2b2;
border-bottom-color: #999;
- -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
- -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
@@ -93,20 +91,15 @@ Comments in this file will give more det
border-bottom: 1px solid #999;
padding: 6px 10px;
- -moz-border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
- -moz-box-shadow: 0 1px 0 #fff inset;
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
background: #cfd1cf;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
- background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
- background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
- background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
}
@@ -120,7 +113,6 @@ Comments in this file will give more det
margin-top: 30px;
border-top: 1px solid #bfbfbf;
- -moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
@@ -143,20 +135,15 @@ Comments in this file will give more det
border: none;
outline: 1px solid #bfbfbf;
- -moz-box-shadow: 0 1px 0 #fff inset;
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
- -moz-border-radius: 0 0 2px 2px;
-webkit-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
background: #cfd1cf;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf));
- background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf);
background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf);
- background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
- background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
background-image: linear-gradient(top, #ebebeb, #cfd1cf);
}
@@ -237,16 +224,12 @@ a.cke_dialog_tab
color: #595959;
border: 1px solid #bfbfbf;
- -moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
background: #d4d4d4;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
- background-image: -moz-linear-gradient(top, #fafafa, #ededed);
background-image: -webkit-linear-gradient(top, #fafafa, #ededed);
- background-image: -o-linear-gradient(top, #fafafa, #ededed);
- background-image: -ms-linear-gradient(top, #fafafa, #ededed);
background-image: linear-gradient(top, #fafafa, #ededed);
}
@@ -260,11 +243,8 @@ a.cke_dialog_tab
a.cke_dialog_tab:hover
{
background: #ebebeb;
- background: -moz-linear-gradient(top, #ebebeb 0%, #dfdfdf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dfdfdf));
background: -webkit-linear-gradient(top, #ebebeb 0%,#dfdfdf 100%);
- background: -o-linear-gradient(top, #ebebeb 0%,#dfdfdf 100%);
- background: -ms-linear-gradient(top, #ebebeb 0%,#dfdfdf 100%);
background: linear-gradient(to bottom, #ebebeb 0%,#dfdfdf 100%);
}
@@ -280,11 +260,8 @@ a.cke_dialog_tab_selected
a.cke_dialog_tab_selected:hover
{
background: #ededed;
- background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%);
- background: -o-linear-gradient(top, #ededed 0%,#ffffff 100%);
- background: -ms-linear-gradient(top, #ededed 0%,#ffffff 100%);
background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%);
}
@@ -514,15 +491,12 @@ textarea.cke_dialog_ui_input_textarea
width: 100%;
*width: 95%;
- -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
- -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
- -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
}
@@ -576,20 +550,15 @@ a.cke_dialog_ui_button
border: 1px solid #b6b6b6;
border-bottom-color: #999;
- -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
- -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
background: #e4e4e4;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4));
- background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4);
background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4);
- background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
- background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
background-image: linear-gradient(top, #ffffff, #e4e4e4);
}
@@ -605,10 +574,7 @@ a.cke_dialog_ui_button:hover
background: #ccc;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
- background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
- background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
- background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
background-image: linear-gradient(top, #f2f2f2, #ccc);
}
@@ -618,7 +584,6 @@ a.cke_dialog_ui_button:active
{
border-color: #969696;
outline: none;
- -moz-box-shadow: 0 0 6px rgba(0,0,0,.4) inset;
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.4) inset;
box-shadow: 0 0 6px rgba(0,0,0,.4) inset;
}
@@ -666,9 +631,7 @@ a.cke_dialog_ui_button_ok
background: #69b10b;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ad717), to(#69b10b));
background-image: -webkit-linear-gradient(top, #9ad717, #69b10b);
- background-image: -o-linear-gradient(top, #9ad717, #69b10b);
background-image: linear-gradient(to bottom, #9ad717, #69b10b);
- background-image: -moz-linear-gradient(top, #9ad717, #69b10b);
}
a.cke_dialog_ui_button_ok:hover
@@ -678,9 +641,7 @@ a.cke_dialog_ui_button_ok:hover
background: #88be14;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88be14), color-stop(100%,#5d9c0a));
background: -webkit-linear-gradient(top, #88be14 0%,#5d9c0a 100%);
- background: -o-linear-gradient(top, #88be14 0%,#5d9c0a 100%);
background: linear-gradient(to bottom, #88be14 0%,#5d9c0a 100%);
- background: -moz-linear-gradient(top, #88be14 0%, #5d9c0a 100%);
}
/* Default text shadow used for inner parts of all dialog buttons (both in dialog tabs and dialog footer). */
@@ -756,11 +717,9 @@ select.cke_dialog_ui_input_select
outline: none;
- -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
- -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
}
@@ -932,7 +891,6 @@ tendency that these will be moved to the
background-color: white;
border: 1px solid #aeb3b9;
- -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
diff --git a/pidgin/ckeditor/skins/pidgin/elementspath.css b/pidgin/ckeditor/skins/pidgin/elementspath.css
--- a/pidgin/ckeditor/skins/pidgin/elementspath.css
+++ b/pidgin/ckeditor/skins/pidgin/elementspath.css
@@ -62,11 +62,9 @@ a.cke_path_item:active
color: #333;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
- -moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
- -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);
box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);
}
diff --git a/pidgin/ckeditor/skins/pidgin/mainui.css b/pidgin/ckeditor/skins/pidgin/mainui.css
--- a/pidgin/ckeditor/skins/pidgin/mainui.css
+++ b/pidgin/ckeditor/skins/pidgin/mainui.css
@@ -40,7 +40,6 @@ Special outer level classes used in this
border: 1px solid #b6b6b6;
padding: 0;
- -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
box-shadow: 0 0 3px rgba(0,0,0,.15);
}
@@ -77,16 +76,12 @@ Special outer level classes used in this
/* Allow breaking toolbars when in a narrow editor. (#9947) */
white-space: normal;
- -moz-box-shadow: 0 1px 0 #fff inset;
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
background: #cfd1cf;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
- background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
- background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
- background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
}
@@ -122,7 +117,6 @@ Special outer level classes used in this
to keep a distance to the bottom edge. */
margin-bottom: 2px;
- -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);
box-shadow: 0 1px 0 rgba(255,255,255,.3);
}
@@ -171,7 +165,6 @@ Special outer level classes used in this
padding: 0 8px;
outline-style: none;
- -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
diff --git a/pidgin/ckeditor/skins/pidgin/panel.css b/pidgin/ckeditor/skins/pidgin/panel.css
--- a/pidgin/ckeditor/skins/pidgin/panel.css
+++ b/pidgin/ckeditor/skins/pidgin/panel.css
@@ -54,11 +54,9 @@ panel contents and color panels check me
border: 1px solid #b6b6b6;
border-bottom-color: #999;
- -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
- -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
box-shadow: 0 0 3px rgba(0,0,0,.15);
}
@@ -152,7 +150,6 @@ is its visual representation:
overflow: hidden;
text-overflow: ellipsis;
- -moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
@@ -162,7 +159,6 @@ is its visual representation:
border: 1px solid #dedede;
background-color: #f2f2f2;
- -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
}
@@ -174,7 +170,6 @@ is its visual representation:
border-color: #dedede;
background-color: #f2f2f2;
- -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
}
More information about the Commits
mailing list