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;
|
||||
outline-color: @Lavender;
|
||||
color: @Text;
|
||||
border-color: white;
|
||||
border-color: white;
|
||||
font-size: 16px;
|
||||
/*@Base; */
|
||||
/* border-bottom-color: @Base; */
|
||||
}
|
||||
|
@ -22,11 +23,21 @@ window, notebook, headerbar {
|
|||
tabs {
|
||||
background-color: @Base;
|
||||
padding: 3px;
|
||||
outline-color: white;
|
||||
border-color: @Base;
|
||||
}
|
||||
|
||||
tab {
|
||||
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;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px; */
|
||||
}
|
||||
|
||||
entry {
|
||||
|
@ -35,7 +46,6 @@ entry {
|
|||
}
|
||||
|
||||
entry:focus {
|
||||
box-shadow: none;
|
||||
background-color: @Surface0;
|
||||
padding-left: 10px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user