Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b581288f

Von Sven Schöling vor fast 8 Jahren hinzugefügt

  • ID b581288faa3ae062cef17a50f7d9ad8b2da9822f
  • Vorgänger c968367e
  • Nachfolger df1c2f63

ActionBar: Border von ActionBar buttons nicht in common.css clobbern

Unterschiede anzeigen:

css/common.css
119 119
  width: 120px;
120 120
  box-sizing: border-box;
121 121
  text-align: center;
122
  border: 1px;
122
  border-width: 1px;
123 123
  border-style: solid;
124 124
  padding: 4px 4px;
125 125
  cursor: default;
......
128 128
div.layout-actionbar div.layout-actionbar-link:hover,
129 129
div.layout-actionbar div.layout-actionbar-submit:hover,
130 130
div.layout-actionbar div.layout-actionbar-scriptbutton:hover {
131
  border: 1px;
131
  border-width: 1px;
132 132
  border-style: solid;
133 133
}
134 134

  

Auch abrufbar als: Unified diff