ginebra2/chrome/bedrockchrome/networkstatus.snippet/networkstatus.css
changeset 16 3c88a81ff781
parent 12 afcd8e6d025b
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
     1 /* Network status (error) dialog styles. */
     1 /* Network status (error) dialog styles. */
     2 
     2 
     3 .networkStatusBox {
     3 .networkStatusBox {
     4     background: -webkit-gradient(linear, left top, left bottom, from(#546b8f), to(#3b4c69), color-stop(0.0, #aab));
     4     background: -webkit-gradient(linear, left top, left bottom, from(#546b8f), to(#3b4c69), color-stop(0.0, #aab));   
       
     5     -webkit-user-select: none;
       
     6 
       
     7     padding: 10px;
       
     8     color: #fff;
       
     9 
       
    10     border-radius: 7px;
       
    11 
       
    12     border-style: solid;
       
    13     border-width: 4px;
       
    14     border-color: #243447;
       
    15     /*font specification*/
       
    16     font-family: "Series 60 Sans", "Nokia Sans S60", sans-serif;
       
    17 }
       
    18 
       
    19 .networkStatusBoxMaemo {
       
    20     background: black;
     5     -webkit-user-select: none;
    21     -webkit-user-select: none;
     6 
    22 
     7     padding: 10px;
    23     padding: 10px;
     8     color: #fff;
    24     color: #fff;
     9 
    25