]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-device-base/sass/src/Button.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-device-base / sass / src / Button.scss
CommitLineData
6527f429
DM
1.x-button {\r
2 background-color: #eee;\r
3 border: 1px solid #ccc;\r
4 line-height: normal;\r
5}\r
6\r
7.x-badge {\r
8 @extend .x-button-label;\r
9 background-color: #ccc;\r
10 border: 1px solid #aaa;\r
11 position: absolute !important;\r
12 width: auto;\r
13 font-size: .6em;\r
14 right: 0;\r
15 top: 0;\r
16 max-width: 95%;\r
17 display: inline-block;\r
18}\r