@@ -236,16 +236,15 @@ background: linear-gradient(#e4e4e4, #f9f9f9);
236236/* ------------ THEME iPHONE ------------ */
237237.swraper .iphone
238238{
239- border-radius : 9999px ;
240239 -webkit-box-shadow : 0 0 0 1px # 999 ;
241240 box-shadow : 0 0 0 1px # 999 ;
242241 border : 1px solid # 999 ;
243242}
244243
245244.swraper .iphone .stoggler
246245{
247- -webkit-box-shadow : inset -2 px 2px 5 px rgba (0 , 0 , 0 , 0.4 );
248- box-shadow : inset -2 px 2px 5 px rgba (0 , 0 , 0 , 0.4 );
246+ -webkit-box-shadow : inset 0 2px 3 px rgba (0 , 0 , 0 , 0.4 ) , inset 2 px 2 px 3 px rgba ( 0 , 0 , 0 , .2 );
247+ box-shadow : inset 0 2px 3 px rgba (0 , 0 , 0 , 0.2 ) , inset 0 -1 px 2 px rgba ( 0 , 0 , 0 , .2 );
249248 background : # ECECEC ;
250249
251250 color : # 828282 ;
@@ -268,9 +267,9 @@ background: linear-gradient(#e4e4e4, #f9f9f9);
268267 border-radius : 50px ;
269268 background : -webkit-linear-gradient (# d1d1d1 0% , # fafafa 100% );
270269 background : -o-linear-gradient (# d1d1d1 0% , # fafafa 100% );
271- background : linear -gradient (# d1d1d1 0% , # fafafa 100 % );
272- -webkit-box-shadow : inset 0 0 0 1 px rgba ( 0 , 0 , 0 , 0.6 ) , inset 0 0 0 2 px # ffffff , 0 0 3 px rgba ( 0 , 0 , 0 , 0.6 );
273- box-shadow : inset 0 0 0 1px rgba ( 0 , 0 , 0 , 0.6 ) , inset 0 0 0 2 px # ffffff , 0 0 3 px rgba ( 0 , 0 , 0 , 0.6 ) ;
270+ background : radial -gradient ( circle , # fefefe 0% , # fefefe 20 % , # cfcfcf 21 % , # cfcfcf 22 % , # fefefe 26 % , # fefefe 50 % , # dedede 51 % , # dedede 56 % , # fefefe 59 % );
271+
272+ border : 1px solid # 999 ;
274273}
275274
276275.swraper .iphone .stoggler .sblob : hover {}
@@ -323,6 +322,7 @@ background: linear-gradient(#e4e4e4, #f9f9f9);
323322
324323
325324
325+
326326body {
327327 /*background: #444;*/
328328 vertical-align : middle;
0 commit comments