diff options
-rw-r--r-- | .config/luakit/styles/symphony-fix.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/luakit/styles/symphony-fix.css b/.config/luakit/styles/symphony-fix.css index e438853..019accc 100644 --- a/.config/luakit/styles/symphony-fix.css +++ b/.config/luakit/styles/symphony-fix.css @@ -1,4 +1,5 @@ -body#blueprints-utilities textarea { +body#blueprints-utilities textarea, +body#blueprints-pages textarea { -webkit-border-radius: 0px !important; border-radius: 0px !important; } |