whakdo963 před 2 roky
rodič
revize
675d13fc63
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      src/main/webapp/mobile/css/style.css

+ 4 - 1
src/main/webapp/mobile/css/style.css

@@ -146,7 +146,7 @@ button.btn-primary  {color: #fff; background-color: #8f9fc6; border: 1px solid #
146 146
 button.btn-primary:active{background-color: #708cd1;}
147 147
 button.btn-yellow   {color: #fff; background-color: #f9c03c; border: 1px solid #cacfe3;}
148 148
 button.btn-orange	{color: #fff; background-color: #f0831e; border: 1px solid #cacfe3;}
149
-button.btn-orange:active {background-color: #F5A75B;}
149
+button.btn-orange:active {background-color: #F0BE87;}
150 150
 button.btn-gray     {color: #fff; background-color: #a89d9c; border: 1px solid #cacfe3;}
151 151
 button.btn-danger   {color: #fff; background-color: #c8989d; border: 1px solid #cacfe3;}
152 152
 button.btn-green	{color: #fff; background-color: #5cb85c; border: 1px solid #cacfe3;}
@@ -403,7 +403,10 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
403 403
 .button_bar {width: 100%; height: 47px; background: #ccc; position: fixed; bottom: 0px; z-index: 10;}
404 404
 .button_bar button.col_3{float: left; height: 47px; font-size: 14px; margin: 0; width: 33.3%; font-weight: 100; border: none;}
405 405
 .button_bar button.btn-gray {border-radius: 0px; background-color: #858076; color: #eee;}
406
+.button_bar button.btn-gray:active {background-color: #B3AC9F;}
406 407
 .button_bar button.btn-w-gray{border-radius: 0px; background-color: #b6b8b8; color: #eee;}
408
+.button_bar button.btn-w-gray:active{background-color:#D9DBDB;}
409
+
407 410
 .button_bar button.btn {height: 120px;}
408 411
 .button_bar button.btn_col_3 {width: 35%;}
409 412
 .button_bar button.btn_col_6 {width: 65%;}