blob: eaed8e32818fb2129b234ab6473bad176db1bdf4 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
ButtonBar {
firstButtonStyleName: firstButton;
buttonStyleName: middleButton;
lastButtonStyleName: lastButton;
}
.firstButton {
skin: Embed("assets/button_bar_first.png",
scaleGridLeft="8",
scaleGridRight="27",
scaleGridTop="8",
scaleGridBottom="21");
over-skin: Embed("assets/button_bar_first_over.png",
scaleGridLeft="8",
scaleGridRight="27",
scaleGridTop="8",
scaleGridBottom="21");
}
.middleButton {
skin: Embed("assets/button_bar_middle.png",
scaleGridLeft="8",
scaleGridRight="27",
scaleGridTop="8",
scaleGridBottom="21");
over-skin: Embed("assets/button_bar_middle_over.png",
scaleGridLeft="8",
scaleGridRight="27",
scaleGridTop="8",
scaleGridBottom="21");
}
.lastButton {
skin: Embed("assets/button_bar_last.png",
scaleGridLeft="8",
scaleGridRight="27",
scaleGridTop="8",
scaleGridBottom="21");
over-skin: Embed("assets/button_bar_last_over.png",
scaleGridLeft="8",
scaleGridRight="27",
scaleGridTop="8",
scaleGridBottom="21");
}
Panel {
border-thickness-top: 0;
border-thickness-left: 0;
border-thickness-right: 0;
border-thickness-bottom: 0;
border-color: #708AAD;
drop-shadow-enabled: false;
corner-radius: 0;
header-height: 24;
}