Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d25334c6

Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt

  • ID d25334c6f26a49abac9707a54e5b987bd587d96e
  • Vorgänger e7c11f83
  • Nachfolger 3740d9a0

Aenderungen hpschlaepfer

Unterschiede anzeigen:

css/less/menu_actionbar.less
130 130
        position: absolute;
131 131
        top: 0;
132 132
        right: 0;
133
        width: 14px;
134
        height: 15px;
133
        width: 24px !important;
134
        height: 25px !important;
135 135
        border: 1px @actionbar-border-color solid;
136 136
        border-left: none;
137 137
        border-top-right-radius: 0.3em ;
......
139 139
        padding: 4px;
140 140
        background-color: @actionbar-bg ;
141 141

  
142
        &:after{
143
          content: "";
144
          width: 0;
145
          height: 0;
146
          position: absolute;
147
          right: 8px;
148
          top: 50%;
149
          margin-top: -3px;
150
          border-width: 3px 3px 0 3px;
151
          border-style: solid;
152
          border-color: black transparent;
153
        }
142
//         &:after{
143
//           content: "";
144
//           width: 0;
145
//           height: 0;
146
//           position: absolute;
147
//           right: 8px;
148
//           top: 50%;
149
//           margin-top: -3px;
150
//           border-width: 3px 3px 0 3px;
151
//           border-style: solid;
152
//           border-color: black transparent;
153
//         }
154 154

  
155 155
        &:hover{ color: #FE5F14; }
156 156

  
......
194 194
    // Combobox active
195 195
    &.active {
196 196
      div.layout-actionbar-combobox-head{
197
        height: 29px ;
197
        height: 29px;
198 198
        border-bottom: none !important ;
199 199
        
200 200
        div { 
......
207 207
          background-color: @actionbar-bg-active !important ; 
208 208
          border-bottom-right-radius: 0 !important;
209 209
          border-bottom: none;
210
          height: 24px ;
210
          height: 30px !important ;
211 211
        }
212 212
      
213 213
      }

Auch abrufbar als: Unified diff