Skip to content

Commit

Permalink
add find/replace dropdown icon inside input
Browse files Browse the repository at this point in the history
  • Loading branch information
mattia.astorino committed Mar 23, 2015
1 parent 223ad84 commit a9068cf
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion preap.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -820,14 +820,27 @@
"class": "text_line_control",
"layer0.texture": "Preap/assets/text-field.png",
"layer0.opacity": 1,
"content_margin": [18, 15]
"content_margin": [15, 13]
},
{
"class": "text_line_control",
"parents": [{"class": "panel_control"}],
"settings": ["findreplace_small"],
"content_margin": [4, 5, 0, 4]
},
{
"class": "dropdown_button_control",
"content_margin": [11, 11],
"layer0.texture": "Preap/assets/tabset-list.png",
"layer0.tint": [255, 255, 255],
"layer0.opacity": 0.5,
"layer0.inner_margin": [0, 0]
},
{
"class": "dropdown_button_control",
"attributes": ["hover"],
"layer0.opacity": 1
},

//
// PANEL BACKGROUNDS
Expand Down

0 comments on commit a9068cf

Please sign in to comment.