install/images/css/installer.css
changeset 568 3700f7124c2b
parent 354 979d99a0b00e
child 851 b98798f6572d
equal deleted inserted replaced
567:7f196509bf78 568:3700f7124c2b
   122 }
   122 }
   123 ul.icons li:hover {
   123 ul.icons li:hover {
   124   border-color: #D0D0D0;
   124   border-color: #D0D0D0;
   125   -moz-border-radius: 5px;
   125   -moz-border-radius: 5px;
   126 }
   126 }
   127 a.icon {
   127 a.icon, span.icon {
   128   display: block;
   128   display: block;
   129   font-size: 18pt;
   129   font-size: 18pt;
   130   line-height: 48px;
   130   line-height: 48px;
   131   padding: 10px 20px 10px 68px;
   131   padding: 10px 20px 10px 68px;
   132   background-position: 10px center;
   132   background-position: 10px center;
   133   background-repeat: no-repeat;
   133   background-repeat: no-repeat;
   134   color: #002266;
   134   color: #002266;
   135   text-decoration: none !important;
   135   text-decoration: none !important;
   136 }
   136 }
   137 a.icon:hover {
   137 a.icon:hover, span.icon:hover {
   138   cursor: pointer;
   138   cursor: pointer;
   139   color: #002266 !important;
   139   color: #002266 !important;
   140   background-color: #F0F0F0;
   140   background-color: #F0F0F0;
   141 }
   141 }
   142 a.icon-disabled {
   142 a.icon-disabled, span.icon-disabled {
   143   color: #808080 !important;
   143   color: #808080 !important;
   144   opacity: 0.7;
   144   opacity: 0.7;
   145   filter: alpha(opacity=70);
   145   filter: alpha(opacity=70);
   146 }
   146 }
   147 a.icon-disabled:hover {
   147 a.icon-disabled:hover, span.icon-disabled:hover {
   148   color: #808080 !important;
   148   color: #808080 !important;
   149   background-color: #FCFCFC;
   149   background-color: #FCFCFC;
   150   border-color: #F8F8F8;
   150   border-color: #F8F8F8;
   151 }
   151 }
   152 a.icon small, a.icon-disabled small {
   152 a.icon small, a.icon-disabled small, span.icon small, span.icon-disabled small {
   153   display: block;
   153   display: block;
   154   font-size: 8pt;
   154   font-size: 8pt;
   155   line-height: normal;
   155   line-height: normal;
   156   margin-top: -10px;
   156   margin-top: -10px;
   157 }
   157 }
   165   background-image: url(../icons/install-disabled.png);
   165   background-image: url(../icons/install-disabled.png);
   166 }
   166 }
   167 a.upgrade {
   167 a.upgrade {
   168   background-image: url(../icons/upgrade.png);
   168   background-image: url(../icons/upgrade.png);
   169 }
   169 }
   170 a.upgrade-disabled {
   170 a.upgrade-disabled, span.upgrade-disabled {
   171   background-image: url(../icons/upgrade-disabled.png);
   171   background-image: url(../icons/upgrade-disabled.png);
   172 }
   172 }
   173 
   173 
   174 .scroller {
   174 .scroller {
   175   padding: 10px;
   175   padding: 10px;
   202   color: #202020;
   202   color: #202020;
   203   border-color: #B0B0B8 #D0D0D8 #D0D0D8 #B0B0B8;
   203   border-color: #B0B0B8 #D0D0D8 #D0D0D8 #B0B0B8;
   204   border-width: 1px;
   204   border-width: 1px;
   205   border-style: solid;
   205   border-style: solid;
   206 }
   206 }
   207 input[type ^="submit"] {
   207 input[type ^="submit"], button.submit {
   208   background-color: #4F729A;
   208   background-color: #4F729A;
   209   color: #FFFFFF;
   209   color: #FFFFFF;
   210   border-width: 1px;
   210   border-width: 1px;
   211   border-style: solid;
   211   border-style: solid;
   212   border-color: #1F426A #7FA2CA #7FA2CA #1F426A;
   212   border-color: #1F426A #7FA2CA #7FA2CA #1F426A;
   213 }
   213 }
   214 input[type ^="submit"]:hover, input[type ^="submit"]:focus {
   214 input[type ^="submit"]:hover, input[type ^="submit"]:focus, button.submit:hover, button.submit:focus {
   215   background-color: #5f82aa;
   215   background-color: #5f82aa;
   216 }
   216 }
   217 input[type ^="text"], input[type ^="password"] {
   217 input[type ^="text"], input[type ^="password"] {
   218   color: #202020;
   218   color: #202020;
   219   background-color: #F0F0F4;
   219   background-color: #F0F0F4;