mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix entry borders
This commit is contained in:
parent
90e7be649d
commit
30873a9f3a
@ -1731,7 +1731,7 @@ style "libreoffice_entry" {
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
file = "assets/entry.png"
|
||||
border = { 4, 4, 4, 4 }
|
||||
border = { 12, 12, 12, 12 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
@ -1740,7 +1740,7 @@ style "libreoffice_entry" {
|
||||
detail = "entry"
|
||||
state = ACTIVE
|
||||
file = "assets/entry-focus.png"
|
||||
border = { 4, 4, 4, 4 }
|
||||
border = { 12, 12, 12, 12 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
@ -1774,7 +1774,7 @@ style "standalone_entry" {
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
file = "assets/entry.png"
|
||||
border = { 4, 4, 4, 4 }
|
||||
border = { 12, 12, 12, 12 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
@ -1783,7 +1783,7 @@ style "standalone_entry" {
|
||||
detail = "entry"
|
||||
state = ACTIVE
|
||||
file = "assets/entry-focus.png"
|
||||
border = { 4, 4, 4, 4 }
|
||||
border = { 12, 12, 12, 12 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user