modernize tabs

This commit is contained in:
Iris Lightshard 2021-06-24 19:13:26 -06:00
parent 83a5516a90
commit bb0ea1e0e6
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
2 changed files with 11 additions and 14 deletions

View file

@ -173,7 +173,7 @@ style "default" {
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
gap_file = "../img/base"
gap_file = "../img/base.png"
gap_border = {0,0,0,0}
gap_side = LEFT
}
@ -184,7 +184,7 @@ style "default" {
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
gap_file = "../img/base"
gap_file = "../img/base.png"
gap_border = {0,0,0,0}
gap_side = RIGHT
}
@ -195,7 +195,7 @@ style "default" {
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
gap_file = "../img/base"
gap_file = "../img/base.png"
gap_border = {0,0,0,0}
gap_side = TOP
}
@ -206,7 +206,7 @@ style "default" {
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
gap_file = "../img/base"
gap_file = "../img/base.png"
gap_border = {0,0,0,0}
gap_side = BOTTOM
}
@ -215,7 +215,7 @@ style "default" {
image {
function = BOX
detail = "notebook"
file = "./img/base.png"
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
}
@ -520,7 +520,7 @@ style "notebook" {
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
gap_file = "../img/base"
gap_file = "../img/base.png"
gap_border = {0,0,0,0}
gap_side = LEFT
}
@ -531,7 +531,7 @@ style "notebook" {
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
gap_file = "../img/base"
gap_file = "../img/base.png"
gap_border = {0,0,0,0}
gap_side = RIGHT
}
@ -542,7 +542,7 @@ style "notebook" {
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
gap_file = "../img/base"
gap_file = "../img/base.png"
gap_border = {0,0,0,0}
gap_side = TOP
}
@ -553,7 +553,7 @@ style "notebook" {
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
gap_file = "../img/base"
gap_file = "../img/base.png"
gap_border = {0,0,0,0}
gap_side = BOTTOM
}
@ -562,7 +562,7 @@ style "notebook" {
image {
function = BOX
detail = "notebook"
file = "./img/base.png"
file = "../img/base.png"
border = {0,0,0,0}
stretch = TRUE
}

View file

@ -500,10 +500,7 @@ notebook {
background-color: @base_color;
color: @black_color;
padding: 0px;
border-left: 1px solid @outset_lighter_color;
border-top: 1px solid @outset_lighter_color;
border-right: 1.3px solid @trueblack;
border-bottom: 1.3px solid @trueblack;
border: none;
}
notebook frame {