tweak: make tabs css better for me
This commit is contained in:
parent
54fffb3b66
commit
5366c5d636
14
style.css
14
style.css
|
@ -10,7 +10,8 @@
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
outline-color: @Lavender;
|
outline-color: @Lavender;
|
||||||
color: @Text;
|
color: @Text;
|
||||||
border-color: white;
|
border-color: white;
|
||||||
|
font-size: 16px;
|
||||||
/*@Base; */
|
/*@Base; */
|
||||||
/* border-bottom-color: @Base; */
|
/* border-bottom-color: @Base; */
|
||||||
}
|
}
|
||||||
|
@ -22,11 +23,21 @@ window, notebook, headerbar {
|
||||||
tabs {
|
tabs {
|
||||||
background-color: @Base;
|
background-color: @Base;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
outline-color: white;
|
||||||
|
border-color: @Base;
|
||||||
}
|
}
|
||||||
|
|
||||||
tab {
|
tab {
|
||||||
background-color: @Base;
|
background-color: @Base;
|
||||||
|
margin: 2px 5px 2px 0px;
|
||||||
|
padding: 5px;
|
||||||
|
border-style: solid;
|
||||||
|
/*border-color: white;
|
||||||
|
border-bottom-color: white;
|
||||||
|
outline-color: white;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
|
@ -35,7 +46,6 @@ entry {
|
||||||
}
|
}
|
||||||
|
|
||||||
entry:focus {
|
entry:focus {
|
||||||
box-shadow: none;
|
|
||||||
background-color: @Surface0;
|
background-color: @Surface0;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user