comparison src/browser/public/libervia.css @ 668:cbb3662818c8 frontends_multi_profiles

browser_side (CSS): show differences between enabled and disabled buttons
author souliane <souliane@mailoo.org>
date Sat, 07 Mar 2015 13:28:11 +0100
parents 267761bf7f08
children 2201ff543a05
comparison
equal deleted inserted replaced
667:166f3b624816 668:cbb3662818c8
346 background: -webkit-linear-gradient(top, #444, #222); 346 background: -webkit-linear-gradient(top, #444, #222);
347 background: linear-gradient(to bottom, #444, #222); 347 background: linear-gradient(to bottom, #444, #222);
348 text-shadow: 1px 1px 1px rgba(0,0,0,0.2); 348 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
349 padding: 3px 5px 3px 5px; 349 padding: 3px 5px 3px 5px;
350 margin: 10px 5px 10px 5px; 350 margin: 10px 5px 10px 5px;
351 color: #fff;
352 font-weight: bold; 351 font-weight: bold;
353 font-size: 1em; 352 font-size: 1em;
354 border: none; 353 border: none;
355 -webkit-transition: color 0.2s linear; 354 -webkit-transition: color 0.2s linear;
356 transition: color 0.2s linear; 355 transition: color 0.2s linear;
357 } 356 }
358 357
359 .gwt-DialogBox .gwt-button:hover { 358 .gwt-DialogBox .gwt-button:enabled {
359 cursor: pointer;
360 color: #fff;
361 }
362
363 .gwt-DialogBox .gwt-button:enabled:hover {
360 background-color: #cf2828; 364 background-color: #cf2828;
361 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); 365 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a));
362 background: -webkit-linear-gradient(top, #cf2828, #981a1a); 366 background: -webkit-linear-gradient(top, #cf2828, #981a1a);
363 background: linear-gradient(to bottom, #cf2828, #981a1a); 367 background: linear-gradient(to bottom, #cf2828, #981a1a);
364 color: #fff; 368 color: #fff;