Changeset 8049


Ignore:
Timestamp:
5 Apr 2012, 16:25:42 (12 years ago)
Author:
Henrik Bettermann
Message:

Adjust IE styles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/browser/static/custom_theme_1.css

    r8021 r8049  
    22  background-color: #8A0474;
    33  background-image: -moz-linear-gradient(center top , #4e0242, #8A0474);
    4   background-repeat: repeat-x;
    5   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
     4  background-image: -khtml-gradient(linear, left top, left bottom, from(#4e0242), to(#8A0474));
     5  background-image: -moz-linear-gradient(top, #4e0242, #8A0474);
     6  background-image: -ms-linear-gradient(top, #4e0242, #8A0474);
     7  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e0242), color-stop(100%, #8A0474));
     8  background-image: -webkit-linear-gradient(top, #4e0242, #8A0474);
     9  background-image: -o-linear-gradient(top, #4e0242, #8A0474);
     10  background-image: linear-gradient(top, #4e0242, #8A0474);
     11  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e0242', endColorstr='#8A0474', GradientType=0);
    612}
    713
    814.topbar div > ul .active > a, .nav .active > a {
    9   background-color: rgba(0, 0, 0, 0.3);
     15  background-color: #8A0474;
     16}
     17
     18.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a {
     19  background-color: #8A0474;
     20}
     21
     22.topbar div > ul a:hover, .nav a:hover {
     23  background-color: #8A0474;
    1024}
    1125
Note: See TracChangeset for help on using the changeset viewer.