dotfiles/dot_config/wofi/style.css
punkfairie a53c7bb844
Add .config/cava/config
Add .config/dunst/dunstrc
Add .config/hypr/component/waybar/config
Add .config/hypr/component/waybar/style.css
Add .config/hypr/autostart
Add .config/hypr/hyprland.conf
Add .config/hypr/scripts/expand_toolbar
Add .config/hypr/scripts/launch_waybar
Add .config/hypr/scripts/lock
Add .config/hypr/scripts/rgb
Add .config/hypr/scripts/rgb_borders
Add .config/hypr/scripts/screenshot
Add .config/hypr/scripts/toolbar_state
Add .config/hypr/scripts/wall
Add .config/hypr/scripts/workspaces
Add .config/hypr/scripts/tools/dynamic
Add .config/hypr/scripts/tools/expand
Add .config/hypr/scripts/tools/notif
Add .config/hypr/scripts/tools/start_dyn
Add .config/hypr/store/dynamic_out.txt
Add .config/hypr/store/latest_notif
Add .config/hypr/store/prev.txt
Add .config/hypr/wallpapers/cloud.png
Add .config/hypr/wallpapers/clouds_realism.jpg
Add .config/hypr/wallpapers/evening-sky.png
Add .config/hypr/wallpapers/flower.jpg
Add .config/hypr/wallpapers/mountain.png
Add .config/hypr/wallpapers/totoro.png
Add .config/hypr/wallpapers/train.jpg
Update .config/packages/archgirlie
Add .config/wofi/config
Add .config/wofi/menu
Add .config/wofi/menu.css
Add .config/wofi/style.css
2024-05-18 14:34:14 -07:00

70 lines
1.3 KiB
CSS

window {
margin: 0px;
border: 5px solid #f5c2e7;
background-color: #f5c2e7;
border-radius: 15px;
}
#input {
padding: 4px;
margin: 4px;
padding-left: 20px;
border: none;
color: #fff;
font-weight: bold;
background-color: #fff;
background: linear-gradient(90deg, rgba(203,166,247,1) 0%, rgba(245,194,231,1) 100%);
outline: none;
border-radius: 15px;
margin: 10px;
margin-bottom: 2px;
}
#input:focus {
border: 0px solid #fff;
margin-bottom: 0px;
}
#inner-box {
margin: 4px;
border: 10px solid #fff;
color: #cba6f7;
font-weight: bold;
background-color: #fff;
border-radius: 15px;
}
#outer-box {
margin: 0px;
border: none;
border-radius: 15px;
background-color: #fff;
}
#scroll {
margin-top: 5px;
border: none;
border-radius: 15px;
margin-bottom: 5px;
/* background: rgb(255,255,255); */
}
#text:selected {
color: #fff;
margin: 0px 0px;
border: none;
border-radius: 15px;
}
#entry {
margin: 0px 0px;
border: none;
border-radius: 15px;
background-color: transparent;
}
#entry:selected {
margin: 0px 0px;
border: none;
border-radius: 15px;
background: linear-gradient(45deg, rgba(203,166,247,1) 30%, rgba(245,194,231,1) 100%);
}