diff --git a/Libs/DF/button.xml b/Libs/DF/button.xml index 67d6a2da..cb89c10f 100644 --- a/Libs/DF/button.xml +++ b/Libs/DF/button.xml @@ -19,7 +19,7 @@ - @@ -28,6 +28,8 @@ self.texture_disabled:Show() + self.texture_disabled:SetVertexColor (0, 0, 0) + self.texture_disabled:SetAlpha (.5) diff --git a/Libs/DF/dropdown.xml b/Libs/DF/dropdown.xml index 301879cd..40382351 100644 --- a/Libs/DF/dropdown.xml +++ b/Libs/DF/dropdown.xml @@ -79,15 +79,15 @@ - + - + - + @@ -97,6 +97,7 @@ self:SetBackdropColor (0, 0, 0, 0.95); + self:SetBackdropBorderColor (.2, .20, .20, 0.95); diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 1485b9ac..19bd95ea 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,5 +1,5 @@ -local dversion = 16 +local dversion = 19 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor)