themes/openwrt: use new css class to straight out upper left corner in tabbed sections
This commit is contained in:
parent
43df504278
commit
7aca8f2381
1 changed files with 4 additions and 0 deletions
|
@ -631,6 +631,10 @@ div.cbi-section-remove {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cbi-section-node-tabbed {
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.cbi-section-node .cbi-value-last {
|
.cbi-section-node .cbi-value-last {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue