Mercurial > libervia-web
comparison public/libervia.css @ 115:f8af6b21ed61
browser side: CSS: fixed bad colors on targetWarning popups
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 05 Jul 2011 14:05:30 +0200 |
parents | a87cfe9e013e |
children | a2a21e0290dc |
comparison
equal
deleted
inserted
replaced
114:c64b00f31461 | 115:f8af6b21ed61 |
---|---|
864 } | 864 } |
865 | 865 |
866 /* Warning message */ | 866 /* Warning message */ |
867 | 867 |
868 .warningPopup { | 868 .warningPopup { |
869 font-size: 1em; | 869 font-size: 1em; |
870 width: 100%; | 870 width: 100%; |
871 height: 26px; | 871 height: 26px; |
872 text-align: center; | 872 text-align: center; |
873 padding: 5px 0; | 873 padding: 5px 0; |
874 border-bottom: 1px solid #444; | 874 border-bottom: 1px solid #444; |
875 background-color: #fff; | 875 /*background-color: #fff; |
876 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’fff′, endColorstr=’#ccc’); | 876 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’fff′, endColorstr=’#ccc’); |
877 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); | 877 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); |
878 background: -moz-linear-gradient(top, #fff, #ccc); | 878 background: -moz-linear-gradient(top, #fff, #ccc); |
879 background-image: -o-linear-gradient(#fff,#ccc); | 879 background-image: -o-linear-gradient(#fff,#ccc); */ |
880 | 880 |
881 } | 881 } |
882 | 882 |
883 .warningTarget { | 883 .warningTarget { |
884 font-weight: bold; | 884 font-weight: bold; |
885 | 885 |
886 } | 886 } |
887 | 887 |
888 .targetPublic { | 888 .targetPublic { |
889 color: #fff; | 889 background-color: red; /*#cf2828;*/ |
890 background-color: #cf2828; | 890 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#cf2828′, endColorstr=’#981a1a’); |
891 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#cf2828′, endColorstr=’#981a1a’); | |
892 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); | 891 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); |
893 background: -moz-linear-gradient(top, #cf2828, #981a1a); | 892 background: -moz-linear-gradient(top, #cf2828, #981a1a); |
894 background-image: -o-linear-gradient(#cf2828,#981a1a); | 893 background-image: -o-linear-gradient(#cf2828,#981a1a); */ |
895 } | 894 } |
896 | 895 |
897 .targetGroup { | 896 .targetGroup { |
898 color: #fff; | 897 background-color: #00FFFB; |
899 background-color: #68ba0f; | 898 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’68ba0f′, endColorstr=’#40700d’); |
900 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’68ba0f′, endColorstr=’#40700d’); | |
901 background: -webkit-gradient(linear, left top, left bottom, from(#68ba0f), to(#40700d)); | 899 background: -webkit-gradient(linear, left top, left bottom, from(#68ba0f), to(#40700d)); |
902 background: -moz-linear-gradient(top, #68ba0f, #40700d); | 900 background: -moz-linear-gradient(top, #68ba0f, #40700d); |
903 background-image: -o-linear-gradient(#68ba0f,#40700d); | 901 background-image: -o-linear-gradient(#68ba0f,#40700d); */ |
904 } | 902 } |
905 | 903 |
906 .targetOne2One { | 904 .targetOne2One { |
907 color: #fff; | 905 background-color: #66FF00; |
908 background-color: #222; | 906 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’444444′, endColorstr=’#222222’); |
909 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’444444′, endColorstr=’#222222’); | |
910 background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); | 907 background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); |
911 background: -moz-linear-gradient(top, #444444, #222222); | 908 background: -moz-linear-gradient(top, #444444, #222222); |
912 background-image: -o-linear-gradient(#444444,#222222); | 909 background-image: -o-linear-gradient(#444444,#222222);*/ |
913 } | 910 } |
914 | 911 |
915 .targetStatus { | 912 .targetStatus { |
916 color: #666; | |
917 background-color: #fff; | 913 background-color: #fff; |
918 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’fff′, endColorstr=’#ccc’); | 914 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’fff′, endColorstr=’#ccc’); |
919 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); | 915 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); |
920 background: -moz-linear-gradient(top, #fff, #ccc); | 916 background: -moz-linear-gradient(top, #fff, #ccc); |
921 background-image: -o-linear-gradient(#fff,#ccc); | 917 background-image: -o-linear-gradient(#fff,#ccc); */ |
922 } | 918 } |
923 | 919 |
924 /* Tab panel */ | 920 /* Tab panel */ |
925 | 921 |
926 .mainTabPanel { | 922 .mainTabPanel { |