Skip to content

Commit

Permalink
Removed -moz and -webkit prefixes from box-shadow.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq authored and Reinmar committed Jun 15, 2015
1 parent e56a308 commit 055e90c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 46 deletions.
4 changes: 0 additions & 4 deletions samples/old/sample.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ abbr
border: 1px solid #DA8028;
text-shadow: 0 1px 0 #C97626;

-moz-box-shadow: 0 2px 3px 0 #FFA54E inset;
-webkit-box-shadow: 0 2px 3px 0 #FFA54E inset;
box-shadow: 0 2px 3px 0 #FFA54E inset;
}

Expand All @@ -79,8 +77,6 @@ abbr
text-shadow: 0 1px 0 #048CAD;
font-style: italic;

-moz-box-shadow: 0 2px 3px 0 #50D4FD inset;
-webkit-box-shadow: 0 2px 3px 0 #50D4FD inset;
box-shadow: 0 2px 3px 0 #50D4FD inset;
}

Expand Down
2 changes: 0 additions & 2 deletions skins/moono/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,6 @@ textarea.cke_dialog_ui_input_textarea

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;
}

Expand Down
2 changes: 0 additions & 2 deletions skins/moono/elementspath.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ a.cke_path_item:active

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);
}

Expand Down
8 changes: 0 additions & 8 deletions skins/moono/mainui.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ Special outer level classes used in this file:
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);
}

Expand Down Expand Up @@ -106,8 +104,6 @@ Special outer level classes used in this file:
/* 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;
Expand All @@ -133,8 +129,6 @@ Special outer level classes used in this file:

border-top: 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;

background: #cfd1cf;
Expand Down Expand Up @@ -179,8 +173,6 @@ Special outer level classes used in this file:
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);
}

Expand Down
2 changes: 0 additions & 2 deletions skins/moono/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ Special outer level classes used in this file:
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;
}

Expand Down
8 changes: 0 additions & 8 deletions skins/moono/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ panel contents and color panels check menu.css and colorpanel.css.

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);
}

Expand Down Expand Up @@ -174,8 +172,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;
}

Expand All @@ -186,8 +182,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;
}

Expand Down Expand Up @@ -220,8 +214,6 @@ is its visual representation:

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;
Expand Down
6 changes: 0 additions & 6 deletions skins/moono/richcombo.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ a.cke_combo_button

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;
Expand Down Expand Up @@ -107,8 +105,6 @@ a.cke_combo_button
{
border: 1px solid #777;

-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;
box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;

background: #b5b5b5;
Expand All @@ -125,8 +121,6 @@ a.cke_combo_button
.cke_combo_on a.cke_combo_button:focus,
.cke_combo_on a.cke_combo_button:active
{
-moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
}

Expand Down
14 changes: 0 additions & 14 deletions skins/moono/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ Special outer level classes used in this file:

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;
Expand Down Expand Up @@ -143,8 +141,6 @@ a.cke_button
i.e. currently writing in bold or when spell checking is enabled. */
a.cke_button_on
{
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2);

background: #b5b5b5;
Expand Down Expand Up @@ -189,8 +185,6 @@ a.cke_button_on:hover,
a.cke_button_on:focus,
a.cke_button_on:active
{
-moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
}

Expand All @@ -201,8 +195,6 @@ a.cke_button_disabled:hover,
a.cke_button_disabled:focus,
a.cke_button_disabled:active
{
-moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
-webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
box-shadow: 0 0 1px rgba(0,0,0,.3) inset;

background: #ccc;
Expand Down Expand Up @@ -307,17 +299,13 @@ a.cke_button_disabled:active
height: 18px;
width: 1px;

-webkit-box-shadow: 1px 0 1px rgba(255,255,255,.5);
-moz-box-shadow: 1px 0 1px rgba(255,255,255,.5);
box-shadow: 1px 0 1px rgba(255,255,255,.5);
}

.cke_rtl .cke_toolbar_separator
{
float: right;

-webkit-box-shadow: -1px 0 1px rgba(255,255,255,.1);
-moz-box-shadow: -1px 0 1px rgba(255,255,255,.1);
box-shadow: -1px 0 1px rgba(255,255,255,.1);
}

Expand Down Expand Up @@ -357,8 +345,6 @@ a.cke_toolbox_collapser

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;
Expand Down

0 comments on commit 055e90c

Please sign in to comment.